Skip to content
Adrien Destugues edited this page Feb 19, 2014 · 1 revision

We use cmake as a build system.

The process is as follows :

mkdir build
cd build
cmake ..
make

Clone this wiki locally