Skip to content
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:

  • Install Git
  • Install CMake
  • Install Qt5
  • run the following commands:
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.

Clone this wiki locally