ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
srowen 423f0a05ca Remove dead files
git-svn-id: https://zxing.googlecode.com/svn/trunk@536 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-07-24 21:43:40 +00:00
android Minor style tweaks 2008-07-09 17:24:02 +00:00
bug More fixes to the build files after trying to build the whole thing again for release 2008-07-10 20:25:42 +00:00
core Remove dead files 2008-07-24 21:43:40 +00:00
cpp/core debug printout cleanup 2008-06-24 16:27:52 +00:00
iphone Added 'Build All' and 'Test All' targets for Pulse build 2008-07-02 14:26:30 +00:00
javame Small thread-safety correctness fix which may not matter in J2ME: "done" field should be volatile so that changes from other threads are definitely seen. 2008-07-10 19:59:46 +00:00
javase Added which format was decoded to the CommandLineRunner output. 2008-06-20 18:35:42 +00:00
rim Oops, fix RIM build script to not depend on old "javame-basic" target 2008-07-10 20:05:03 +00:00
zxingorg Update to latest HTTP Core/Client libs 2008-07-15 23:41:24 +00:00
AUTHORS Implemented Paul's solution to the basic/regular build problem -- a sort of pseudo-reflection approach that works in J2ME. Now we have only a build target, not separate products for the basic version. 2008-06-26 15:35:39 +00:00
build.properties Updates for 0.9 2008-07-10 20:00:57 +00:00
build.xml More fixes to the build files after trying to build the whole thing again for release 2008-07-10 20:25:42 +00:00
CHANGES Updates for 0.9 2008-07-10 20:00:57 +00:00
COPYING Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
README git-svn-id: https://zxing.googlecode.com/svn/trunk@39 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2007-11-15 17:59:01 +00:00

Please refer to the project page for more information:
http://code.google.com/p/zxing/
in particular:
http://code.google.com/p/zxing/wiki/GettingStarted

To get started, you can try building and running the command-line client;
you will need to have Apache's Ant tool installed to run this:

ant -f core/build.xml
ant -f javase/build.xml
java -cp javase/javase.jar:core/core.jar com.google.zxing.client.j2se.CommandLineRunner [URL]