Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/docs/team/How-to-setup-the-development-environment.txt')
-rw-r--r--target_explorer/docs/team/How-to-setup-the-development-environment.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/target_explorer/docs/team/How-to-setup-the-development-environment.txt b/target_explorer/docs/team/How-to-setup-the-development-environment.txt
new file mode 100644
index 000000000..93ff54c80
--- /dev/null
+++ b/target_explorer/docs/team/How-to-setup-the-development-environment.txt
@@ -0,0 +1,21 @@
+How to setup a Target Explorer development environment
+======================================================
+
+1. Download and extract the Eclipse SDK environment
+ - Download the Eclipse Classic 3.6.2 SDK package from http://www.eclipse.org/downloads
+ - Extract the downloaded archive
+
+Note: Once available, you can use newer versions of the Eclipse SDK package as development
+tools base. The Target Explorer build target platform has to be Eclipse 3.6.2.
+
+2. Add the Subversion team provider and the C/C++ tooling
+ - Launch Eclipse
+ - Open the "Install" dialog via "Help > Install New Software ..."
+ - Select the Eclipse 3.6.2 release site (http://download.eclipse.org/releases/helios).
+ If not in the list, add it.
+ - Choose the Subversive team provider (Collaboration > Subversive SVN Team Provider)
+ - Choose the C/C++ tooling (Programming Languages > C/C++ Development Tools)
+ - Install the additional components and restart Eclipse
+
+3. Import the team project set
+ - Import the project set from org.eclipse.tm.te.docs/team/projectSets/tm-te-all.psf

Back to the top