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 "PTP/install eclipse cdt ptp 20"

< PTP
(Continue to install CDT)
(Install PTP)
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
Under construction...
 
Under construction...
  
Note that PTP Release 2.0 requires Eclipse 3.3.* (also known as Europa, e.g. 3.3.1.1 ) and CDT 4.0.2.  
+
PTP Release 2.0 requires Eclipse 3.3.* (also known as Europa ) and CDT 4.0.2.  
  
Two methods of installing Eclipse are described here:  
+
There are three choices here:
# Easy way, full Eclipse install, and
+
# (easiest) Install Eclipse SDK - e.g.  full version ("Classic") and CDT 4.0.2 - if you plan to do Java or Eclipse development, you'll need this.
# Lighter version for C/C++ development only (omits Java and eclipse plug-in development environment) - This is about 1/3 to 1/4 the size of the full SDK, and doesn't include the Java or Eclipse Plug-in development parts, which I assume you don't need. The UI is simpler since you don't have all those additional options.
+
# (lightweight, smaller footprint) Install Eclipse Platform Runtime Binary and CDT 4.0.2 - if you only plan to to C/C++ development, this is all you need. This is about 1/3 to 1/4 the size of the full SDK, and doesn't include the Java or Eclipse Plug-in development parts, which I assume you don't need. The UI is simpler since you don't have all those additional options.
 +
# (not currently available; will be easiest and smallest footprint eventually) Install Eclipse IDE for C/C++ development (should be available when Europa Spring maintenance release includes CDT 4.0.3)
  
  
Line 20: Line 21:
 
#Scroll down to the heading "Platform Runtime Binary" and download the archive for your platform.
 
#Scroll down to the heading "Platform Runtime Binary" and download the archive for your platform.
  
=== Continue to install CDT ===
+
=== Unpack and launch Eclipse ===
 
After downloading and extracting Eclipse (zip or tar file), there's nothing else to the installation process. In the extracted folder, simply run the eclipse executable file. It will ask for a workspace location; the default is fine.
 
After downloading and extracting Eclipse (zip or tar file), there's nothing else to the installation process. In the extracted folder, simply run the eclipse executable file. It will ask for a workspace location; the default is fine.
  
 +
=== Continue to install CDT  ===
 
Install the CDT (C/C++ Development Toolkit) as well. You can do this from the Eclipse UI as follows:
 
Install the CDT (C/C++ Development Toolkit) as well. You can do this from the Eclipse UI as follows:
 
# Help > Software Updates > Find and Install...  
 
# Help > Software Updates > Find and Install...  
Line 29: Line 31:
 
#* Name: "CDT update site"  
 
#* Name: "CDT update site"  
 
#* URL: enter "http://download.eclipse.org/tools/cdt/releases/europa"
 
#* URL: enter "http://download.eclipse.org/tools/cdt/releases/europa"
# Hit OK (????)
+
# Make sure the "CDT update site" item is checked, and select Finish.
 +
# Select a mirror site.
 
# When the Update site is loaded you see another Dialog.  
 
# When the Update site is loaded you see another Dialog.  
# Expand the "CDT update site" item and check the "C and C++ Development" item.  
+
# Expand the "CDT update site" item, expand "CDT Main Features"  and check at least the "C and C++ Development Tools" item.
 +
#* Check any other optional items you like.
 
# Click Next, accept the license terms, Click Next, and click Finish.
 
# Click Next, accept the license terms, Click Next, and click Finish.
 +
#* Eclipse proceeds to download the components you selected.
 
# On the Verification page, click "Install All."
 
# On the Verification page, click "Install All."
# When it's done, click "Yes" to restart the Eclipse workbench.  
+
# When it's done, click "Yes" to restart the Eclipse workbench.
  
 
===Install PTP===
 
===Install PTP===
TBD... need to continue with detailed instructions here..
 
  
Then you can install PTP from its update site as well.   Or click "no" to close down Eclipse if you prefer to install PTP from downloaded tar.gz files.
+
Install PTP from the Eclipse UI as follows:
Note: the above installs the runtime version of CDT. If you intend to develop plug-ins with CDT, be sure to get the full SDK version.
+
# Help > Software Updates > Find and Install...  
   
+
# Select "Search for new features to install",  and click "Next"
To download and install PTP, either
+
# Select "New Remote site" and enter
(Recommended) Use the update manager and the PTP update site. http://download.eclipse.org/tools/ptp/releases/2.0
+
#* Name: "PTP Update site"
or close Eclipse, download PTP and PLDT from the PTP downloads page.
+
#* URL: enter "http://download.eclipse.org/tools/ptp/releases/2.0"
 +
# Make sure the "PTP Update site " item is checked, (you can uncheck CDT) and select Finish.
 +
# Select a mirror site if asked.
 +
# When the Update site is loaded you see another Dialog.
 +
# Expand the "PTP Update site" item, expand "Parallel Tools Platform 2.0"  and check the features you want:
 +
#* Parallel Tools Platform End-User Runtime (required)
 +
#* PTP Parallel Language Development Tools (optional, but recommended)
 +
#* PTP Common External Components (required,  platform-specific fragments, proxy & util libraries)
 +
#* PTP Remote Tools  Enabler (optional for remote, must have PTP Remote Tools installed)
 +
#* PTP RSE Enabler (optional for remote, must have RSE installed )
 +
#* PTP Support for Open MPI (optional, required to use Open MPI as Resource Manager)
 +
#* PTP Support for IBM Parallel Environment (optional, required to use IBM PE as Resource Manager)
 +
#* PTP Support for IBM LoadLeveler (optional, required to use IBM LL as Resource Manager)
 +
#* PTP Remote Tools (optional)
 +
# Click Next, accept the license terms, Click Next, and click Finish.
 +
#* Eclipse proceeds to download the components you selected.
 +
# On the Verification page, click "Install All."
 +
# When it's done, click "Yes" to restart the Eclipse workbench.
  
Now follow the instructions in the [[PTP/release_notes/2.0 | release notes]] and installation instructions page. (You'll need to build a small stub for your platform.)
+
Now follow the instructions in the [[PTP/release_notes/2.0 | release notes]] and installation instructions page. (You'll need to build a small runtime stub for your platform.)

Latest revision as of 11:58, 14 January 2008

Installing Eclipse, CDT, and PTP

Under construction...

PTP Release 2.0 requires Eclipse 3.3.* (also known as Europa ) and CDT 4.0.2.

There are three choices here:

  1. (easiest) Install Eclipse SDK - e.g. full version ("Classic") and CDT 4.0.2 - if you plan to do Java or Eclipse development, you'll need this.
  2. (lightweight, smaller footprint) Install Eclipse Platform Runtime Binary and CDT 4.0.2 - if you only plan to to C/C++ development, this is all you need. This is about 1/3 to 1/4 the size of the full SDK, and doesn't include the Java or Eclipse Plug-in development parts, which I assume you don't need. The UI is simpler since you don't have all those additional options.
  3. (not currently available; will be easiest and smallest footprint eventually) Install Eclipse IDE for C/C++ development (should be available when Europa Spring maintenance release includes CDT 4.0.3)


(1) Easy way, full Eclipse install

  1. Go to Eclipse downloads and download "Eclipse classic" for your platform.

(2) Details for installing platform (light) version

(Note: when the Spring Europa maintenance release is available, this will be a simple "Eclipse IDE for C/C++ developers" but currently (Jan. '08) it doesn't include CDT 4.0.2)

  1. Go to Eclipse downloads and under "Eclipse Classic" click on "All versions".
  2. Click on the link for the latest release (3.3.1.1 as of this writing)
  3. Scroll down to the heading "Platform Runtime Binary" and download the archive for your platform.

Unpack and launch Eclipse

After downloading and extracting Eclipse (zip or tar file), there's nothing else to the installation process. In the extracted folder, simply run the eclipse executable file. It will ask for a workspace location; the default is fine.

Continue to install CDT

Install the CDT (C/C++ Development Toolkit) as well. You can do this from the Eclipse UI as follows:

  1. Help > Software Updates > Find and Install...
  2. Select "Search for new features to install", and click "Next"
  3. Select "New Remote site" and enter
  4. Make sure the "CDT update site" item is checked, and select Finish.
  5. Select a mirror site.
  6. When the Update site is loaded you see another Dialog.
  7. Expand the "CDT update site" item, expand "CDT Main Features" and check at least the "C and C++ Development Tools" item.
    • Check any other optional items you like.
  8. Click Next, accept the license terms, Click Next, and click Finish.
    • Eclipse proceeds to download the components you selected.
  9. On the Verification page, click "Install All."
  10. When it's done, click "Yes" to restart the Eclipse workbench.

Install PTP

Install PTP from the Eclipse UI as follows:

  1. Help > Software Updates > Find and Install...
  2. Select "Search for new features to install", and click "Next"
  3. Select "New Remote site" and enter
  4. Make sure the "PTP Update site " item is checked, (you can uncheck CDT) and select Finish.
  5. Select a mirror site if asked.
  6. When the Update site is loaded you see another Dialog.
  7. Expand the "PTP Update site" item, expand "Parallel Tools Platform 2.0" and check the features you want:
    • Parallel Tools Platform End-User Runtime (required)
    • PTP Parallel Language Development Tools (optional, but recommended)
    • PTP Common External Components (required, platform-specific fragments, proxy & util libraries)
    • PTP Remote Tools Enabler (optional for remote, must have PTP Remote Tools installed)
    • PTP RSE Enabler (optional for remote, must have RSE installed )
    • PTP Support for Open MPI (optional, required to use Open MPI as Resource Manager)
    • PTP Support for IBM Parallel Environment (optional, required to use IBM PE as Resource Manager)
    • PTP Support for IBM LoadLeveler (optional, required to use IBM LL as Resource Manager)
    • PTP Remote Tools (optional)
  8. Click Next, accept the license terms, Click Next, and click Finish.
    • Eclipse proceeds to download the components you selected.
  9. On the Verification page, click "Install All."
  10. When it's done, click "Yes" to restart the Eclipse workbench.

Now follow the instructions in the release notes and installation instructions page. (You'll need to build a small runtime stub for your platform.)

Back to the top