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)
m (Removing all content from page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
= PTP Developer Environment Setup =
 
  
== Prerequisites ==
 
# Java 1.5 or later (Note: for Linux, must be Sun or IBM's)
 
# Eclipse 3.3.x
 
# 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]
 

Latest revision as of 16:30, 13 August 2007

Back to the top