blob: 50fef20d505b6e14f228c09d24145c8cc3338c4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[![Build Status](https://travis-ci.org/connectbot/connectbot.svg?branch=master)](
https://travis-ci.org/connectbot/connectbot)
Google Play
----------------
[![Get it on Google Play][2]][1]
[1]: https://play.google.com/store/apps/details?id=org.connectbot
[2]: https://developer.android.com/images/brand/en_generic_rgb_wo_60.png
Translations
----------------
If you'd like to see ConnectBot translated into your language and you're
willing to help, then head on over to
https://translations.launchpad.net/connectbot/trunk/+pots/fortune
Compiling
----------------
To compile ConnectBot using gradlew, you must first specify where your
Android SDK and NDK are via the local.properties file. Insert a line
similar to the following with the full path to your SDK:
```
sdk.dir=/opt/android-sdk
ndk.dir=/opt/android-ndk
```
|