X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=cpp%2FREADME;h=20593786bd317b70bd82ccc5df18f0134be72b33;hb=37276b87ab934f052aee304396303c276d1c5de5;hp=514b35f3cd3976b5143cd68bc106bea2efee4047;hpb=b6dc14f14ea4810c1b5bab2fe274764d772e3d53;p=zxing.git diff --git a/cpp/README b/cpp/README index 514b35f3..20593786 100644 --- a/cpp/README +++ b/cpp/README @@ -1,8 +1,15 @@ This is only tested on Linux. With some trouble, it might work on Windows as well. +The build process uses scons, a build tool written in python. You'll +need to have python installed, but scons installation is optional: a +runtime copy of scons (called scons-local) is included with zxing. To +use the included copy of scons-local, where the instructons says enter +"scons", enter "python scons/scons.py" instead. For example, to build +the library only, you'd use "python scons/scons.py lib" instead of +"scons lib". + To build the library only: -- Install scons -- Run "scons lib" in this folder (cpp). +- Run "scons lib" in this folder (cpp) To build the unit tests: - Install cppunit (libcppunit-dev on Ubuntu)