update Android/Termux instructions
mention binutils termux dependency
This commit is contained in:
parent
69670df72b
commit
a58959997f
1 changed files with 2 additions and 3 deletions
|
@ -73,10 +73,9 @@ Install autoconf and other basic development tools, python3 and pip.
|
|||
- `sudo apt install pkg-config python3-pip python3-venv`
|
||||
|
||||
##### Android/Termux
|
||||
- install [Termux](https://termux.com/)
|
||||
- in Termux install via `pkg install <package-names>`
|
||||
- install [Termux](https://termux.com/) (in Termux you can install packages via `pkg install <package-names>`)
|
||||
- `pkg update`
|
||||
- `pkg install python automake git` (TODO: check fresh installation whether there are more dependencies to install)
|
||||
- `pkg install python automake git binutils` (TODO: check fresh installation whether there are more dependencies to install)
|
||||
- (optional) `pkg install tor`
|
||||
- (optional) run tor via `tor --ControlPort 9051 --CookieAuthentication 1` command (you can then open new session by swiping to the right)
|
||||
|
||||
|
|
Loading…
Reference in a new issue