Difference between revisions of "Eclipse"
(Created page with 'Please fill me :-)') |
|||
Line 1: | Line 1: | ||
− | + | Install latest eclipse version with at least cdt-c/c++ support 6.0.1/2 | |
+ | |||
+ | [http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR2/eclipse-cpp-galileo-SR2-linux-gtk.tar.gz] | ||
+ | |||
+ | After first start choose your workspace | ||
+ | ---- | ||
+ | |||
+ | And and install the svn-plugin | ||
+ | |||
+ | german howto [http://javathreads.de/2009/07/subversion-unter-eclipse-galileo-konfigurieren/] | ||
+ | |||
+ | english howto [http://www.eclipse.org/subversive/documentation/gettingStarted/aboutSubversive/install.php] | ||
+ | |||
+ | ---- | ||
+ | |||
+ | Add and install the autotools-plugin | ||
+ | |||
+ | [http://www.eclipse.org/linuxtools/downloads.php] | ||
+ | |||
+ | --- | ||
+ | Import existing and new svn co | ||
+ | (unfornatly the svn wizard has some problems with the navit repo so we are doing in with file import) | ||
+ | |||
+ | checkout the project via commandline into your workspace folder | ||
+ | |||
+ | svn co https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit | ||
+ | |||
+ | make a new Project with File/New/Project | ||
+ | |||
+ | choose in the wizard c/c++ c-project | ||
+ | |||
+ | choose now GNU Autotools(if there is nothing under toolchains install autotools(autoconf,automake/gettext) via your os packagemanager) | ||
+ | for Projektname choose the dir were you checked out the navit source eclipse will give a warning that the projectfolder exist ignore it | ||
+ | and hit finish | ||
+ | |||
+ | eclipse will run the autogen.sh script and when its finished | ||
+ | it should show Binaries and Archives, where you can run the navit exe |
Revision as of 12:36, 18 March 2010
Install latest eclipse version with at least cdt-c/c++ support 6.0.1/2
After first start choose your workspace
And and install the svn-plugin
german howto [2]
english howto [3]
Add and install the autotools-plugin
--- Import existing and new svn co (unfornatly the svn wizard has some problems with the navit repo so we are doing in with file import)
checkout the project via commandline into your workspace folder
svn co https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit
make a new Project with File/New/Project
choose in the wizard c/c++ c-project
choose now GNU Autotools(if there is nothing under toolchains install autotools(autoconf,automake/gettext) via your os packagemanager) for Projektname choose the dir were you checked out the navit source eclipse will give a warning that the projectfolder exist ignore it and hit finish
eclipse will run the autogen.sh script and when its finished it should show Binaries and Archives, where you can run the navit exe