Skip to content

Commit

Permalink
android/termux instruction update
Browse files Browse the repository at this point in the history
thanks to oseido for testing and finding required packages
  • Loading branch information
caryoscelus committed Sep 7, 2022
1 parent 4c32cc2 commit 579a328
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <package-names>`)
- `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)

Expand Down

0 comments on commit 579a328

Please sign in to comment.