Commit aa2d7bd7 authored by Dominik Charousset's avatar Dominik Charousset

cmake support

parent 8a3069a4
......@@ -24,14 +24,14 @@ Get the Sources
First Steps
-----------
* autoreconf -i
* ./configure
* mkdir build
* cd build
* cmake ..
* make
* make install [as root, optional]
It is recommended to run the unit tests as well.
* ./unit_testing/unit_tests
* ./bin/unit_tests
Please submit a bug report that includes (a) your compiler version, (b) your OS,
and (c) the output of the unit tests if an error occurs.
......@@ -40,8 +40,7 @@ and (c) the output of the unit tests if an error occurs.
Dependencies
------------
* Automake
* Libtool
* CMake
* The Boost Library
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment