Mercurial > 510Connectbot
annotate README @ 39:69bc44954bb5 tn5250
start tn5250 integration
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 10 Jun 2014 17:06:53 -0700 |
parents | 0ce5cc452d02 |
children |
rev | line source |
---|---|
0 | 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 |