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>
metatest.dll on your PATH.Copyright Abel Sinkovics (abel at elte dot hu), 2010. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt