From c26365d488b9b4829ef29582b33aeffa10861082 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Mon, 11 May 2009 19:34:18 +0000 Subject: 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 --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README 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 -- cgit v1.2.3