2010/12/23 Ray Rashif <schivmeister@gmail.com>
The usual way:

cmake .

The clean way:

mkdir build
cd build
cmake ..

This is to keep the build separate and maintain a clean source directory.

Sounds good then as that is what we try to do, do correct me if the documentation is too lacking.
 
ccmake is a convenience for us, as well as cmake-gui.

/Robert