Commit 54bf5f20 by Niels

adjusted README

parent 2fa8ea0f
...@@ -515,17 +515,17 @@ To compile and run the tests, you need to execute ...@@ -515,17 +515,17 @@ To compile and run the tests, you need to execute
$ make check $ make check
=============================================================================== ===============================================================================
All tests passed (8905161 assertions in 35 test cases) All tests passed (8905166 assertions in 35 test cases)
``` ```
Alternatively, you can use [https://cmake.org](CMake) and run Alternatively, you can use [https://cmake.org](CMake) and run
```sh ```sh
mkdir build $ mkdir build
cd build $ cd build
cmake .. $ cmake ..
make $ make
ctest $ ctest
``` ```
For more information, have a look at the file [.travis.yml](https://github.com/nlohmann/json/blob/master/.travis.yml). For more information, have a look at the file [.travis.yml](https://github.com/nlohmann/json/blob/master/.travis.yml).
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