There was an error while loading. Please reload this page.
This tutorial assumes you have read the previous tutorial Obtaining the Source Code.
mkdir $HOME/dune/build
cd $HOME/dune/build
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.