Add build instructions
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
9ee976823d
commit
9c6f9135e9
12
README.md
12
README.md
@ -1,9 +1,19 @@
|
|||||||
# Android GUI for [WireGuard](https://www.wireguard.com/)
|
# Android GUI for [WireGuard](https://www.wireguard.com/)
|
||||||
|
|
||||||
### [Test this app on the Play Store](https://play.google.com/apps/testing/com.wireguard.android).
|
**[Download from the Play Store](https://play.google.com/store/apps/details?id=com.wireguard.android)**
|
||||||
|
|
||||||
This is an Android GUI for [WireGuard](https://www.wireguard.com/). It [opportunistically uses the kernel implementation](https://git.zx2c4.com/android_kernel_wireguard/about/), and falls back to using the non-root [userspace implementation](https://git.zx2c4.com/wireguard-go/about/).
|
This is an Android GUI for [WireGuard](https://www.wireguard.com/). It [opportunistically uses the kernel implementation](https://git.zx2c4.com/android_kernel_wireguard/about/), and falls back to using the non-root [userspace implementation](https://git.zx2c4.com/wireguard-go/about/).
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
```
|
||||||
|
$ git clone https://git.zx2c4.com/wireguard-android
|
||||||
|
$ cd wireguard-android
|
||||||
|
$ git submodule init
|
||||||
|
$ git submodule update
|
||||||
|
$ ./gradlew assembleRelease
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
|
Loading…
Reference in New Issue
Block a user