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

Difference between revisions of "PTP/develop/setup"

< PTP
(Environment Setup for compiling/debugging PTP)
(Environment Setup for compiling/debugging PTP)
Line 1: Line 1:
== Environment Setup for compiling/debugging PTP ==
+
= PTP Developer Environment Setup =
  
=== Prerequisites ===
+
== Prerequisites ==
 
+
# Java 1.5 or later (Note: for Linux, must be Sun or IBM's)
# Java 1.5 or later (Note: for Linux, must be Sun or IBM's. See below.)
+
 
# Eclipse 3.3.x
 
# Eclipse 3.3.x
 
# CDT 4.0
 
# CDT 4.0
 +
# OpenMPI 1.2 (the earlier 1.0.2 version is also supported)
 +
# gdb 6.3 or later (earlier versions may also work)
 +
 +
== Setup ==
 +
 +
# Download and Install Eclipse 3.3
 +
# Install CDT 4.0
 +
# Setup CVS Access
 +
# Checkout everything from core, debug, releng, execpt simulation and old
 +
# Build OpenMPI Proxy
 +
# Create an eclipse application launch configuration
 +
 +
 +
== References ==
 +
Eclipse Downloads [http://www.eclipse.org/downloads/]
 +
CDT Downloads Page [http://www.eclipse.org/cdt/downloads.php]
 +
PTP Release Notes [http://www.eclipse.org/ptp/docs/releases/release-1.1.php]

Revision as of 15:18, 13 August 2007

PTP Developer Environment Setup

Prerequisites

  1. Java 1.5 or later (Note: for Linux, must be Sun or IBM's)
  2. Eclipse 3.3.x
  3. CDT 4.0
  4. OpenMPI 1.2 (the earlier 1.0.2 version is also supported)
  5. gdb 6.3 or later (earlier versions may also work)

Setup

  1. Download and Install Eclipse 3.3
  2. Install CDT 4.0
  3. Setup CVS Access
  4. Checkout everything from core, debug, releng, execpt simulation and old
  5. Build OpenMPI Proxy
  6. Create an eclipse application launch configuration


References

Eclipse Downloads [1] CDT Downloads Page [2] PTP Release Notes [3]

Back to the top