aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-05-11 19:34:18 +0000
committerKenny Root <kenny@the-b.org>2009-05-11 19:34:18 +0000
commitc26365d488b9b4829ef29582b33aeffa10861082 (patch)
tree41a8e18796692e9d606fc3f7d9b9dd2da4755c3b
parentca3136404b10413ce76b1153c167318e74fa003d (diff)
downloadconnectbot-c26365d488b9b4829ef29582b33aeffa10861082.tar.gz
connectbot-c26365d488b9b4829ef29582b33aeffa10861082.tar.bz2
connectbot-c26365d488b9b4829ef29582b33aeffa10861082.zip
Added instructions for compiling with Ant and how to localize the package with Ant or Eclipse
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@231 df292f66-193f-0410-a5fc-6d59da041ff2
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d61b991
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+Compiling
+---------
+
+To compile ConnectBot using Ant, you must specify where your Android SDK is via the local.properties file. Insert a line similar to the following with the full path to your SDK:
+
+sdk-location=/usr/local/android
+
+
+Localization
+------------
+
+To use only a specific localization or localizations in your ConnectBot build using Ant, simply insert lines into default.properties similar to these:
+
+apk-configurations=english,europe,asia
+apk-config-english=en
+apk-config-europe=en,fr,it,de,es
+apk-config-asia=en,zh_CN
+
+You may also configure this via Eclipse via Project Properties -> Android -> Project APK Configurations