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 "CDT/Obsolete/User/DownloadCDTLatest"

< CDT‎ | Obsolete
(Before you install)
 
(12 intermediate revisions by 6 users not shown)
Line 1: Line 1:
CDT 5.0 is new version of CDT which would be released as part of Ganymede Simultaneous release in the end of June.  
+
{{warning|Note: The contents of this page is obsolete, but it may still contain some interesting tid-bits.}}
In a meantime you can try current experimental version of it.
+
 
 +
[[Category:CDT:Obsolete]]
 +
CDT 8.1.2 is new version of CDT which was released as part of Juno 4.2.2 SR2 February 2013.  
  
 
== Before you install ==
 
== Before you install ==
  
* You have to install Eclipse platform 3.4M6a or later for your platform
+
* You have to install Eclipse platform 3.8 or later for your platform
* You have to install command line tool chain for build/debug. I.e. gnu tool chain (gcc, gdb, etc)
+
* You have to install command line tool chain for build/debug, e.g. gnu tool chain (gcc, gdb, etc)
  
== Download and Install CDT 5.0 ==
+
== Download and Install CDT 8.1.2 ==
  
 
*1) Download the master zip file and put it somewhere on your machine.
 
*1) Download the master zip file and put it somewhere on your machine.
*: Master zip file for CDT 5.0 M6 [http://download.eclipse.org/tools/cdt/builds/5.0.0/I.I200804020801/cdt-master-5.0.0-I200804020801.zip Download]  
+
*: Master zip files for CDT 8.1.2 and earlier versions are  available from  [http://www.eclipse.org/cdt/downloads.php Download]  
*: Master zip file for Nightly build can be found on [http://download.eclipse.org/tools/cdt/builds/5.0.0/index.html Nightly Builds page], bottom link
+
*: Master zip file for Nightly build and even more recent builds can be found on [http://hudson.eclipse.org/hudson/job/cdt-nightly/ Builds page]
 
*2) Fire up Eclipse  
 
*2) Fire up Eclipse  
 
*3) Help->Software Updates
 
*3) Help->Software Updates

Latest revision as of 12:23, 16 January 2020

Warning2.png
Note: The contents of this page is obsolete, but it may still contain some interesting tid-bits.

CDT 8.1.2 is new version of CDT which was released as part of Juno 4.2.2 SR2 February 2013.

Before you install

  • You have to install Eclipse platform 3.8 or later for your platform
  • You have to install command line tool chain for build/debug, e.g. gnu tool chain (gcc, gdb, etc)

Download and Install CDT 8.1.2

  • 1) Download the master zip file and put it somewhere on your machine.
    Master zip files for CDT 8.1.2 and earlier versions are available from Download
    Master zip file for Nightly build and even more recent builds can be found on Builds page
  • 2) Fire up Eclipse
  • 3) Help->Software Updates
  • 4) On the Available Features tab, select Manage sites...
  • 5) Add... in the master zip as an Archive...
    Note: if feature list won't update close and re-open Software Updates dialog.
    Note: Current version only works with Archive, it does not work if you unpack it and use Local Site.
  • 6) Under CDT Main Features select the one you want. C/C++ Development
    Tools is the main one. The SDK adds in the schemas and source for
    building extensions to the CDT. The C/C++ Development Platform is the
    Tools without the GNU toolchain support.
  • 7) You can install other neat things, including the Mylyn bridge, from
    the CDT Optional Features category.

Back to the top