forked from medInria/medInria-public
-
Notifications
You must be signed in to change notification settings - Fork 1
Compiling medInria
NicolasSchnitzler edited this page May 12, 2016
·
5 revisions
In order to ease medInria compilation, a super-build project based on CMake retrieves and compiles all the necessary dependencies as well as medInria.
To compile everything, you just need these steps:
git clone https://github.com/medInria/medInria-public.git
mkdir build
cd build
ccmake ../medInria-public
Then in CMake you just configure (C) and generate (G), and finally:
make
and go for a coffee, it will compile for a while.