Mercurial > 510Connectbot
diff README @ 0:0ce5cc452d02
initial version
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 22 May 2014 10:41:19 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Thu May 22 10:41:19 2014 -0700 @@ -0,0 +1,16 @@ +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.dir=/usr/local/android + + +ProGuard Support +---------------- + +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. + +When running ant to build ConnectBot and engage ProGuard, use: + +ant proguard release