mkdir bin && cd bin && cmake .. sets the build directory upmake builds the codemake test runs the unit testsmake website generates the documentationmake install installs it on the systemcmake should be given the following command line arguments:
cmake .. -DCMAKE_CXX_COMPILER:STRING="<path to the compiler>"
cmake should be given the following command line arguments:
cmake .. -DCMAKE_CXX_FLAGS:STRING="-std=c++0x"
cmake should be given the following command line arguments:
cmake .. -DCMAKE_CXX_FLAGS:STRING="-I<path to Boost includes>" -DCMAKE_SHARED_LINKER_FLAGS:STRING="-L<path to Boost libs>"
cmake should be given the following command line arguments:
cmake .. -DCMAKE_INSTALL_PREFIX:PATH=<path to install to>
bin directory of the mpllibs source code.