next up previous contents index
Next: Cmake work-around Up: Compilation Previous: Compilation   Contents   Index

Compilation with Cmake

Installation by itself is the fairly common CMake process:

shell$ cmake-gui ../
shell$ make
shell$ make test
shell$ make install

Options can be activated by setting flags during compilation. Several options must be set to use cmake-gui interface. These options define library paths used in the code and the type of implementation (sequential or parallel for example).


next up previous contents index
Next: Cmake work-around Up: Compilation Previous: Compilation   Contents   Index
Olivier Coulaud 2013-11-09