comparison README @ 0:0ce5cc452d02

initial version
author Carl Byington <carl@five-ten-sg.com>
date Thu, 22 May 2014 10:41:19 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0ce5cc452d02
1 Compiling
2 ---------
3
4 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:
5
6 sdk.dir=/usr/local/android
7
8
9 ProGuard Support
10 ----------------
11
12 Download the ProGuard distribution from its website at http://proguard.sourceforge.net/ and place the proguard.jar into the "tools" subdirectory in the ConnectBot root directory.
13
14 When running ant to build ConnectBot and engage ProGuard, use:
15
16 ant proguard release