Difference between revisions of "Eclipse"
Line 18: | Line 18: | ||
[http://www.eclipse.org/linuxtools/downloads.php] | [http://www.eclipse.org/linuxtools/downloads.php] | ||
− | --- | + | ---- |
Import existing and new svn co | 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) | (unfornatly the svn wizard has some problems with the navit repo so we are doing in with file import) |
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