Skip to content

Instantly share code, notes, and snippets.

@nlohmann
Last active April 11, 2017 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nlohmann/47311c3ac77e34fd13b231d287842d9b to your computer and use it in GitHub Desktop.
Save nlohmann/47311c3ac77e34fd13b231d287842d9b to your computer and use it in GitHub Desktop.
Build instructions

Get the sources

git clone https://github.com/nlohmann/json.git

Switch to feature branch

cd json
git checkout feature/manual_lexer

Build

make json_unit

Execute tests

test/json_unit "*"

Tell me if it works

The output of:

g++ --version
uname -A

And if the tests fail, please execute

test/json_unit "*" -o test.log

and send me the file test.log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment