Mercurial > 510Connectbot
view README @ 60:d9b27288a9d2 tn5250
start tn5250 integration
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 11 Jun 2014 15:44:59 -0700 |
parents | 0ce5cc452d02 |
children |
line wrap: on
line source
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