Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- set -e
- #Download zxing
- cd /usr/local/share
- wget http://zxing.googlecode.com/files/ZXing-1.6.zip
- unzip ZXing-1.6.zip
- cd zxing-1.6/
- #Build zxing
- update-alternatives --set java /usr/lib/jvm/java-6-sun/jre/bin/java
- ant -f core/build.xml
- ant -f javase/build.xml
- #Cleanup
- cd /usr/local/share
- rm -f ZXing-1.6.zip
Advertisement
Add Comment
Please, Sign In to add comment