Skip to content

Commit

Permalink
git-svn-id: http://zxing.googlecode.com/svn/trunk@39 59b500cc-1b3d-04…
Browse files Browse the repository at this point in the history
…10-9834-0bbf25fbcc57
  • Loading branch information
srowen committed Nov 15, 2007
1 parent 2f884ab commit 5b56096
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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]

0 comments on commit 5b56096

Please sign in to comment.