Skip to content

Commit

Permalink
addressed #319, #321, and #318
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Oct 6, 2016
1 parent 04b11d7 commit a0ef5a1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,8 @@ I deeply appreciate the help of the following people.
- [Thomas Braun](https://github.com/t-b) fixed a warning in a test case.
- [Théo DELRIEU](https://github.com/theodelrieu) patiently and constructively oversaw the long way toward [iterator-range parsing](https://github.com/nlohmann/json/issues/290).
- [Stefan](https://github.com/5tefan) fixed a minor issue in the documentation.
- [Vasil Dimov](https://github.com/vasild) fixed the documentation regarding conversions from `std::multiset`.
- [ChristophJud](https://github.com/ChristophJud) overworked the CMake files to ease project inclusion.
Thanks a lot for helping out!
Expand All @@ -516,4 +518,14 @@ $ make check
All tests passed (8905161 assertions in 35 test cases)
```

Alternatively, you can use [https://cmake.org](CMake) and run

```sh
mkdir build
cd build
cmake ..
make
ctest
```

For more information, have a look at the file [.travis.yml](https://github.com/nlohmann/json/blob/master/.travis.yml).

0 comments on commit a0ef5a1

Please sign in to comment.