File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ JsonCpp uses Scons (http://www.scons.org) as a build system. Scons requires
2121python to be installed (http://www.python.org).
2222
2323You download scons-local distribution from the following url:
24- http://sourceforge.net/project/showfiles.php?group_id=30337&package_id=67375
24+ http://sourceforge.net/projects/scons/files/scons-local/1.2.0/
2525
2626Unzip it in the directory where you found this README file. scons.py Should be
2727at the same level as README.
@@ -52,6 +52,13 @@ and TARGET may be:
5252* Running the test manually:
5353 ==========================
5454
55+ Notes that test can be run by scons using the 'check' target (see above).
56+
57+ You need to run test manually only if you are troubleshooting an issue.
58+
59+ In the instruction below, replace "path to jsontest.exe" with the path
60+ of the 'jsontest' executable that was compiled on your platform.
61+
5562cd test
5663# This will run the Reader/Writer tests
5764python runjsontests.py "path to jsontest.exe"
You can’t perform that action at this time.
0 commit comments