[Positioning] Add README (CxxTest install how-to)

This commit is contained in:
Matteo Cypriani 2010-01-26 10:24:57 +01:00
parent d8c604f3ba
commit fb73ba03c1
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
Please download CxxTest 3.10.1 from http://cxxtest.tigris.org/
Here is the direct link:
http://cxxtest.tigris.org/files/documents/6421/43281/cxxtest-3.10.1.tar.gz
Untar the archive and place here the cxxtestgen.pl script and the
cxxtest subdirectory. The other files are useless.
Command summary (from this directory) :
mkdir tmp
cd tmp
wget http://cxxtest.tigris.org/files/documents/6421/43281/cxxtest-3.10.1.tar.gz
tar xzf cxxtest-3.10.1.tar.gz
mv cxxtest/cxxtest cxxtest/cxxtestgen.py ..
cd ..
rm -r tmp