Add android build prereqs
This commit is contained in:
parent
4fe49bc6e2
commit
fb771d52f0
12
README.md
12
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue