Commit aa2d7bd7 authored by Dominik Charousset's avatar Dominik Charousset

cmake support

parent 8a3069a4
...@@ -24,14 +24,14 @@ Get the Sources ...@@ -24,14 +24,14 @@ Get the Sources
First Steps First Steps
----------- -----------
* autoreconf -i * mkdir build
* ./configure * cd build
* cmake ..
* make * make
* make install [as root, optional]
It is recommended to run the unit tests as well. 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, 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. 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. ...@@ -40,8 +40,7 @@ and (c) the output of the unit tests if an error occurs.
Dependencies Dependencies
------------ ------------
* Automake * CMake
* Libtool
* The Boost Library * 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