CMake:Eclipse UNIX Tutorial: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(New page: Place Holder - Content is forthcoming) |
No edit summary |
||
Line 1: | Line 1: | ||
== Obtaining Eclipse + CDT == | |||
[http://www.eclipse.org Eclipse IDE] is an IDE written in Java that was initially for developing java programs. In the years lots of projects have used eclipse as a base for their own applications. One such project is the "C Development Tools" or CDT [http:// | |||
Download Eclipse from Here. [http://download.eclipse.org/eclipse/downloads/ Download Page] | |||
CDT can be downloaded from here. [http://www.eclipse.org/cdt/downloads.php CDT Download] | |||
It is important to match CDT with the proper Eclipse version. | |||
== CMake Editor Plugin for Eclipse == | |||
There is also an editor plug-in for Eclipse available (see above): [http://www.cthing.com/CMakeEd.asp CMake Editor]. |
Revision as of 13:55, 4 July 2007
Obtaining Eclipse + CDT
Eclipse IDE is an IDE written in Java that was initially for developing java programs. In the years lots of projects have used eclipse as a base for their own applications. One such project is the "C Development Tools" or CDT [http://
Download Eclipse from Here. Download Page
CDT can be downloaded from here. CDT Download
It is important to match CDT with the proper Eclipse version.
CMake Editor Plugin for Eclipse
There is also an editor plug-in for Eclipse available (see above): CMake Editor.