Commit 64ac26a1 authored by Dominik Charousset's avatar Dominik Charousset

adapted the new configure script

parent 8966507b
...@@ -24,14 +24,12 @@ Get the Sources ...@@ -24,14 +24,12 @@ Get the Sources
First Steps First Steps
----------- -----------
* mkdir build * ./configure
* cd build
* cmake ..
* make * make
It is recommended to run the unit tests as well. It is recommended to run the unit tests as well.
* ./bin/unit_tests * make test
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.
......
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