update android/termux instructions
add libtool to dependencies thanks to oseido for reporting
This commit is contained in:
parent
2a4e9ae2cf
commit
ae52b9eefe
3 changed files with 4 additions and 4 deletions
|
@ -80,7 +80,7 @@ Instalar o autoconf e outras ferramentas básicas de desenvolvimento, python3 e
|
|||
##### Android/Termux
|
||||
- install [Termux](https://termux.com/) (no Termux você pode instalar pacotes via `pkg install <nomes de pacotes>`)
|
||||
- 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) rodar tor via comando `tor --ControlPort 9051 --CookieAuthentication 1` (você pode então abrir uma nova sessão deslizando para a direita)
|
||||
|
||||
|
@ -161,4 +161,4 @@ projeto, também há um endereço dedicado ao bitcoin para isso:
|
|||
1Kjuw3reZvxRVNs27Gen7jPJYCn6LY7Fg6
|
||||
|
||||
Se você quiser doar de uma maneira diferente, sinta-se à vontade para contatar o mantenedor ou
|
||||
criar uma publicação!
|
||||
criar uma publicação!
|
||||
|
|
|
@ -81,7 +81,7 @@ zeronet-conservancy — это форк/продолжение проекта [Z
|
|||
##### Android/Termux
|
||||
- Установите [Termux](https://termux.com/) (в Termux вы можете устанавливать пакеты через команду `pkg install <package-names>`)
|
||||
- `pkg update`
|
||||
- `pkg install python automake git binutils` (TODO: проверьте новую установку на наличие дополнительных зависимостей для установки)
|
||||
- `pkg install python automake git binutils libtool`
|
||||
- (optional) `pkg install tor`
|
||||
- (optional) запустить тор через команду `tor --ControlPort 9051 --CookieAuthentication 1` (вы можете открыть новый сеанс свайпом вправо)
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@ 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` (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) run tor via `tor --ControlPort 9051 --CookieAuthentication 1` command (you can then open new session by swiping to the right)
|
||||
|
||||
|
|
Loading…
Reference in a new issue