Skip to content
msermesant edited this page Mar 28, 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:

  • Install Git
  • Install CMake
  • run the following commands:
git clone [email protected]:medInria/medinria-superproject.git
mkdir build
cd build
ccmake ../medinria-superproject/
make

Clone this wiki locally