4 Create a build directory, for example:
7 Then run cmake and point it to the sources like this:
10 A useful option to specify for the cmake command is CMAKE_INSTALL_PREFIX so
11 that you can tell cmake where to install the software. For example, to install
12 in /usr/kde/4 you would run:
13 cmake .. -DCMAKE_INSTALL_PREFIX=/usr/kde/4