From 61324b5f7787f901f6244928528c5089e803f903 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Sun, 1 May 2011 15:06:40 +0000 Subject: [PATCH] Fixed url for scons 1.2 download. Clarify manual test run executable path. --- README.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index dc4e341..2dcbd8b 100644 --- a/README.txt +++ b/README.txt @@ -21,7 +21,7 @@ JsonCpp uses Scons (http://www.scons.org) as a build system. Scons requires python to be installed (http://www.python.org). You download scons-local distribution from the following url: -http://sourceforge.net/project/showfiles.php?group_id=30337&package_id=67375 +http://sourceforge.net/projects/scons/files/scons-local/1.2.0/ Unzip it in the directory where you found this README file. scons.py Should be at the same level as README. @@ -52,6 +52,13 @@ and TARGET may be: * Running the test manually: ========================== +Notes that test can be run by scons using the 'check' target (see above). + +You need to run test manually only if you are troubleshooting an issue. + +In the instruction below, replace "path to jsontest.exe" with the path +of the 'jsontest' executable that was compiled on your platform. + cd test # This will run the Reader/Writer tests python runjsontests.py "path to jsontest.exe"