Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hjernefrys committed Apr 27, 2015
1 parent 12872d0 commit 5aaa067
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ recommend using functions from [SimpleCV](http://simplecv.org).

Instructions for use

wget http://zxing.googlecode.com/files/ZXing-1.6.zip
cd zxing-1.6
ant -f core/build.xml
ant -f javase/build.xml
git clone https://github.com/zxing/zxing.git
cd zxing-master
git clone git://github.com/oostendo/python-zxing.git
mvn install
cd core
wget http://central.maven.org/maven2/com/google/zxing/core/2.2/core-2.2.jar
rename core-2.2.jar to core.jar
mvn install
cd zxing-master/javase
wget http://central.maven.org/maven2/com/google/zxing/javase/2.2/javase-2.2.jar
rename javase-2.2.jar to javase.jar
mvn install
git clone git://github.com/oostendo/python-zxing.git
cd python-zxing
nosetest tests.py

The library consists of two classes, BarCodeReader and BarCode. BarCode parses
the output from ZXing's CommandLineRunner into a BarCode object which includes:
Expand Down

0 comments on commit 5aaa067

Please sign in to comment.