Update README.md

autoconf-dev doesn't exist on modern termux
This commit is contained in:
caryoscelus 2022-05-14 18:11:32 +04:00 committed by GitHub
parent 712fb793f6
commit d12ae0711d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <package-names>`
- `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)