mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Added some more docs / examples to clarify how to set values here
git-svn-id: https://zxing.googlecode.com/svn/trunk@1219 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
2bef6a98d5
commit
779dc5990f
|
@ -1,10 +1,16 @@
|
|||
version=1.4
|
||||
|
||||
# If you are building the J2ME client:
|
||||
#
|
||||
# Set this to a location where Sun's Wireless Toolkit, version 2.5.2 or later, has been installed
|
||||
# Location on Linux varies but is typically under /usr/local or /usr/lib
|
||||
# On Windows the default install directory is C:\WTK2.5.2
|
||||
# Mac users: there is no WTK for Mac at the moment. The installer for Linux may work on Intel-based
|
||||
# Macs (haven't tried it) but I believe the preverify binary will not run.
|
||||
#
|
||||
# If you are buildling the Android client or optimized Java client:
|
||||
# Just create a 'WTK' directory wherever you like and add its location here. Proguard's
|
||||
# proguard.jar will still be expected at this location as bin/proguard.jar for historical reasons.
|
||||
|
||||
# Uncomment or set appropriately:
|
||||
#WTK-home=C:\\WTK2.5.2
|
||||
|
@ -25,6 +31,7 @@ WTK-home=/usr/local/WTK2.5.2
|
|||
BB-JDK-home=/usr/local/bb-home
|
||||
|
||||
# Set this to the location where you installed the Android SDK.
|
||||
#android-home=C:\\Program Files\\android-sdk-windows
|
||||
android-home=/usr/local/android
|
||||
|
||||
# Set this to the location of a Tomcat installation if you want to compile and run the zxing.org
|
||||
|
|
Loading…
Reference in a new issue