Skip to content

Commit 61324b5

Browse files
committed
Fixed url for scons 1.2 download. Clarify manual test run executable path.
1 parent 842e9ac commit 61324b5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ JsonCpp uses Scons (http://www.scons.org) as a build system. Scons requires
2121
python to be installed (http://www.python.org).
2222

2323
You 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

2626
Unzip it in the directory where you found this README file. scons.py Should be
2727
at 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+
5562
cd test
5663
# This will run the Reader/Writer tests
5764
python runjsontests.py "path to jsontest.exe"

0 commit comments

Comments
 (0)