From d12ae0711d869545c2f1f0ae78967682602f85ba Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Sat, 14 May 2022 18:11:32 +0400 Subject: [PATCH] Update README.md autoconf-dev doesn't exist on modern termux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b864501c..95657a17 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Install autoconf and other basic development tools, python3 and pip. - install [Termux](https://termux.com/) - in Termux install via `pkg install ` - `pkg update` - - `pkg install python automake autoconf-dev git` (TODO: check fresh installation whether there are more dependencies to install) + - `pkg install python automake git` (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)