forked from medInria/medInria-public
-
Notifications
You must be signed in to change notification settings - Fork 1
Compiling medInria
msermesant edited this page Mar 27, 2013
·
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 [email protected]:medInria/medinria-superproject.git
mkdir build
cd build
ccmake ../medinria-superproject/
make