Skip to content

Obtaining the Source Code

Ricardo Martins edited this page Apr 16, 2013 · 5 revisions

Obtaining the Source Code

Unix Command Line

It's good practice to create a dedicated folder for DUNE's source code and compiled binaries.

Create a dedicated folder:

mkdir $HOME/dune

Clone DUNE's repository from Github:

git clone git://github.com/LSTS/dune.git $HOME/dune/dune

After cloning DUNE's repository, the source code will be available in $HOME/dune/dune