Add android build prereqs

This commit is contained in:
acolytec3 2020-02-21 12:01:04 -05:00 committed by tersec
parent 4fe49bc6e2
commit fb771d52f0
1 changed files with 12 additions and 0 deletions

View File

@ -86,6 +86,18 @@ It also provides a downloading script for prebuilt PCRE.
If you choose to install Go from source, both Go and Nimbus requires the same initial steps of installing Mingw. If you choose to install Go from source, both Go and Nimbus requires the same initial steps of installing Mingw.
### Android
* Install the [Termux](https://termux.com) app from FDroid or the Google Play store
* Install a [PRoot](https://wiki.termux.com/wiki/PRoot) of your choice following the instructions for your preferred distribution.
Note, the Ubuntu PRoot is known to contain all Nimbus prerequisites compiled on Arm64 architecture (common architecture for Android devices).
*Assuming Ubuntu PRoot is used*
```sh
apt install build-essential git golang-go libpcre3-dev
```
## For users ## For users
### Connecting to testnets ### Connecting to testnets