Building On Linux (debug mode): =============================== From sources root folder do: mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX:STRING=/usr -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_VERBOSE_MAKEFILE:BOOL=true -DCMAKE_CXX_FLAGS_DEBUG:STRING="-g -O0" make install Building On Linux (release mode): ================================= From sources root folder do: mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release make install Building a Debian/Ubuntu package on Linux: ========================================== From sources root folder do: debuild -I In the folder right above the sources root, you will find the debian packages and the packaged source tree without the GIT support files. Building On Windows: ==================== Please follow the instructions on http://www.plexyplanet.org/win_build