Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelind/zxing-iphone
A build of Zebra Crossing (http://code.google.com/p/zxing/) for ios 4
https://github.com/joelind/zxing-iphone
Last synced: about 1 month ago
JSON representation
A build of Zebra Crossing (http://code.google.com/p/zxing/) for ios 4
- Host: GitHub
- URL: https://github.com/joelind/zxing-iphone
- Owner: joelind
- License: apache-2.0
- Created: 2010-07-25T12:27:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-25T13:38:45.000Z (over 14 years ago)
- Last Synced: 2023-03-10T21:42:29.550Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 68.5 MB
- Stars: 83
- Watchers: 4
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
- awesome - zxing-iphone - A build of Zebra Crossing (http://code.google.com/p/zxing/) for ios 4 (etc)
- awesome - zxing-iphone - A build of Zebra Crossing (http://code.google.com/p/zxing/) for ios 4 (etc)
README
Please refer to the project page for more information:
http://code.google.com/p/zxing/
in particular:
http://code.google.com/p/zxing/wiki/GettingStartedTo 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]