update android/termux instructions

add libtool to dependencies
thanks to oseido for reporting
This commit is contained in:
caryoscelus 2022-08-31 08:58:51 +00:00
parent 2a4e9ae2cf
commit ae52b9eefe
3 changed files with 4 additions and 4 deletions

View file

@ -80,7 +80,7 @@ Instalar o autoconf e outras ferramentas básicas de desenvolvimento, python3 e
##### Android/Termux ##### Android/Termux
- install [Termux](https://termux.com/) (no Termux você pode instalar pacotes via `pkg install <nomes de pacotes>`) - install [Termux](https://termux.com/) (no Termux você pode instalar pacotes via `pkg install <nomes de pacotes>`)
- Atualização do "pkg". - Atualização do "pkg".
- Pkg install python automake git binutils" (TODO: verificar nova instalação se há mais dependências para instalar) - `pkg install python automake git binutils libtool` (TODO: verificar nova instalação se há mais dependências para instalar)
- (opcional) `pkg install tor` - (opcional) `pkg install tor`
- (opcional) rodar tor via comando `tor --ControlPort 9051 --CookieAuthentication 1` (você pode então abrir uma nova sessão deslizando para a direita) - (opcional) rodar tor via comando `tor --ControlPort 9051 --CookieAuthentication 1` (você pode então abrir uma nova sessão deslizando para a direita)

View file

@ -81,7 +81,7 @@ zeronet-conservancy — это форк/продолжение проекта [Z
##### Android/Termux ##### Android/Termux
- Установите [Termux](https://termux.com/) (в Termux вы можете устанавливать пакеты через команду `pkg install <package-names>`) - Установите [Termux](https://termux.com/) (в Termux вы можете устанавливать пакеты через команду `pkg install <package-names>`)
- `pkg update` - `pkg update`
- `pkg install python automake git binutils` (TODO: проверьте новую установку на наличие дополнительных зависимостей для установки) - `pkg install python automake git binutils libtool`
- (optional) `pkg install tor` - (optional) `pkg install tor`
- (optional) запустить тор через команду `tor --ControlPort 9051 --CookieAuthentication 1` (вы можете открыть новый сеанс свайпом вправо) - (optional) запустить тор через команду `tor --ControlPort 9051 --CookieAuthentication 1` (вы можете открыть новый сеанс свайпом вправо)

View file

@ -98,7 +98,7 @@ Install autoconf and other basic development tools, python3 and pip.
##### Android/Termux ##### Android/Termux
- install [Termux](https://termux.com/) (in Termux you can install packages via `pkg install <package-names>`) - install [Termux](https://termux.com/) (in Termux you can install packages via `pkg install <package-names>`)
- `pkg update` - `pkg update`
- `pkg install python automake git binutils` (TODO: check fresh installation whether there are more dependencies to install) - `pkg install python automake git binutils libtool` (TODO: check fresh installation whether there are more dependencies to install)
- (optional) `pkg install tor` - (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) - (optional) run tor via `tor --ControlPort 9051 --CookieAuthentication 1` command (you can then open new session by swiping to the right)