From 579a32820e803bab852c348279f4ed9e80b173f1 Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Wed, 7 Sep 2022 12:43:40 +0000 Subject: [PATCH] android/termux instruction update thanks to oseido for testing and finding required packages --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a5a3d3..4ae6f58b 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,9 @@ Install autoconf and other basic development tools, python3 and pip. ##### Android/Termux - install [Termux](https://termux.com/) (in Termux you can install packages via `pkg install `) - `pkg update` - - `pkg install python automake git binutils libtool` (TODO: check fresh installation whether there are more dependencies to install) + - `pkg install python automake git binutils libtool` + - (on an older android versions you may also need to install) `pkg install openssl-tool libcrypt clang` + - (if you've installed the above packages and still run into launch issues, please report) - (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)