mkdir build
cd build
cmake ..
* to edit configuration and generate the makefile:
cd build
ccmake ..
===== Building in the tree =====
* to configure your source tree:
cmake .
* to edit configuration and generate the makefile:
ccmake .
===== Verbose Output for make =====
* to get verbose output:
make VERBOSE=1