annotate README @ 72:8181cb01c64d
tn5250
use 5250 encryption config entry
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Fri, 13 Jun 2014 19:15:26 -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
|