-
Notifications
You must be signed in to change notification settings - Fork 0
Building: Eclipse
Pedro Gonçalves edited this page Apr 30, 2016
·
2 revisions
This tutorial assumes you have read the previous tutorial Obtaining the Source Code.
- Create a dedicated folder for DUNE's compiled binaries:
mkdir $HOME/dune/build
- Change your current working directory to the folder you just created.
cd $HOME/dune/build
- Run CMake to generate GNU Makefiles.
cmake -G "Eclipse CDT4 - Unix Makefiles" ../dune
-
Start Eclipse IDE and import "An existing project into workspace", selecting the folder $HOME/dune/build.
-
In Eclipse, right-click the project and select "build project" whenever you want to recompile.