Open alanrgan opened 7 years ago
You only need to run mvn install once from the zxing directory, and considering that working zxing-X.jar files already exist in the core/target/ and javase/target/ directories, I'm not sure the wget ... lines are necessary either.
mvn install
zxing
zxing-X.jar
core/target/
javase/target/
wget ...
You only need to run
mvn install
once from thezxing
directory, and considering that workingzxing-X.jar
files already exist in thecore/target/
andjavase/target/
directories, I'm not sure thewget ...
lines are necessary either.