From a58959997f5178c913b05ace70f73dce369d9f09 Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Sun, 15 May 2022 20:09:49 +0400 Subject: [PATCH] update Android/Termux instructions mention binutils termux dependency --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80a0ae75..a5acd81c 100644 --- a/README.md +++ b/README.md @@ -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 ` + - install [Termux](https://termux.com/) (in Termux you can install packages via `pkg install `) - `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)