From 3d1d27f6a6d34a1fb8e20383311528c2c2bea8bc Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Sun, 27 Aug 2017 15:07:43 -0500 Subject: [PATCH] scons --- Building.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Building.md b/Building.md index acea9cb..c3ef1a3 100644 --- a/Building.md +++ b/Building.md @@ -69,7 +69,7 @@ Conan requires Python for running, and can be installed using pip: pip install conan - Detailed instructions can be found on [conan docs](http://docs.conan.io/en/latest/). +Detailed instructions can be found on [conan docs](http://docs.conan.io/en/latest/). For build jsoncpp with conan, you need to create a [conanfile.txt](http://docs.conan.io/en/latest/reference/conanfile_txt.html) or a [conanfile.py](http://docs.conan.io/en/latest/reference/conanfile.html). The first is simpler, but the second is more flexible. @@ -95,4 +95,7 @@ This will try to download the appropriate package for your settings (OS, compile If you need, you can customize the jsoncpp recipe. Just clone/fork [it from github](https://github.com/theirix/conan-jsoncpp/). -See [integrations instructions](http://docs.conan.io/en/latest/integrations.html) for how to use your build system with conan. \ No newline at end of file +See [integrations instructions](http://docs.conan.io/en/latest/integrations.html) for how to use your build system with conan. + +### Building and testing with scons +No longer supported. But you might be able to recover it at commit at https://github.com/open-source-parsers/jsoncpp/commit/6d31cec7cf44dd7e14263f0ffbc888abf515d3dc . \ No newline at end of file