Skip to main content

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.

Jump to: navigation, search

Difference between revisions of "Linux Tools Project/Getting Started"

(New page: =Getting started with the Linux Tools Project plugins= ==Installation== There are multiple ways to being using the Linux Tools Project plugins: # Install into an existing Eclipse install...)
 
(Getting started with the Linux Tools Project plugins)
Line 8: Line 8:
  
 
The latter method involves downloading a copy of our [http://www.eclipse.org/downloads/packages/eclipse-ide-cc-linux-developers-includes-incubating-components/heliosr EPP package].  EPP packages are a combination of our plugins and all of their dependencies.  They should work out of the box with only a JRE/JDK as a prerequisite.
 
The latter method involves downloading a copy of our [http://www.eclipse.org/downloads/packages/eclipse-ide-cc-linux-developers-includes-incubating-components/heliosr EPP package].  EPP packages are a combination of our plugins and all of their dependencies.  They should work out of the box with only a JRE/JDK as a prerequisite.
 +
 +
==User guides==
 +
See these plugin user guides:
 +
* [[Linux_Tools_Project/OProfile/User_Guide | OProfile User Guide]]
 +
* [[Linux_Tools_Project/Valgrind/User_Guide | Valgrind User Guide]]
 +
* [[Linux_Tools_Project/SpecfileEditor/User_Guide | Specfile Editor User Guide]]
 +
* [[Linux_Tools_Project/ChangeLog/User_Guide | ChangeLog User Guide]]
 +
* [[Linux_Tools_Project/GProf/User_Guide | GProf User Guide]]
 +
* [[Linux_Tools_Project/GCov/User_Guide | GCov User Guide]]

Revision as of 11:03, 1 September 2010

Getting started with the Linux Tools Project plugins

Installation

There are multiple ways to being using the Linux Tools Project plugins:

  1. Install into an existing Eclipse installation (see Linux_Tools_Project/PluginInstallHelp for instructions and screenshots)
  2. Get an archive that includes everything

The latter method involves downloading a copy of our EPP package. EPP packages are a combination of our plugins and all of their dependencies. They should work out of the box with only a JRE/JDK as a prerequisite.

User guides

See these plugin user guides:

Back to the top