Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Linux Tools Project/Building Valgrind Doc

< Linux Tools Project
Revision as of 09:25, 18 January 2012 by Danielhb.br.ibm.com (Talk | contribs) (New page: 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)....)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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).

Back to the top