aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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