Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Linux Tools Project/Building Valgrind Doc
To build Valgrind doc plug-in with the latest wiki content:
- install Mylyn/WikiText for Eclipse. This can be done via update site inside Eclipse (Help -> Install new software -> Indigo).
- install Ant and ant-nodeps package. If using yum:
$ yum install ant ant-nodeps
- open the org.eclipse.linuxtools.valgrind.doc source inside eclipse.
- edit build-helper.xml paths to match the paths of your system.
-
remove the template declaration from the wikipage (as described on the bug 367525)
- run build-helper.xml with Eclipse built-in ant runner (right-click -> Run As -> Ant build).