diff options
author | Pacien TRAN-GIRARD | 2017-05-05 00:52:44 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2017-05-05 00:52:44 +0200 |
commit | 6fcd36fb73b2351a58f812532ce846414ed77117 (patch) | |
tree | 827a20832eae614b356668c4bbea5d25c3e2c625 /readme.md | |
download | tincapp-6fcd36fb73b2351a58f812532ce846414ed77117.tar.gz |
Bootstrap repository
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..b59db81 --- /dev/null +++ b/readme.md | |||
@@ -0,0 +1,28 @@ | |||
1 | org.pacien.tincapp | ||
2 | ================== | ||
3 | |||
4 | Android binding and user interface for the tinc mesh VPN daemon. | ||
5 | |||
6 | Project website: http://tincapp.pacien.org | ||
7 | |||
8 | |||
9 | Build | ||
10 | ----- | ||
11 | |||
12 | The project can be built using the Gradle `build` task. | ||
13 | |||
14 | Requirements: | ||
15 | |||
16 | - Android Platform Tools 26 | ||
17 | - Android Platform 21 | ||
18 | - Android SDK Tools 25 | ||
19 | - Android NDK 14 | ||
20 | - CMake | ||
21 | - LLDB | ||
22 | |||
23 | |||
24 | License | ||
25 | ------- | ||
26 | |||
27 | Project released under the terms of the GNU GPL v3. | ||
28 | See /license.txt | ||