From ae52b9eefeec83e064ebf405e1bec573d3353394 Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Wed, 31 Aug 2022 08:58:51 +0000 Subject: [PATCH] update android/termux instructions add libtool to dependencies thanks to oseido for reporting --- README-ptbr.md | 4 ++-- README-ru.md | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-ptbr.md b/README-ptbr.md index 38f01bc1..a53bc9c2 100644 --- a/README-ptbr.md +++ b/README-ptbr.md @@ -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 `) - 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! \ No newline at end of file +criar uma publicação! diff --git a/README-ru.md b/README-ru.md index 13cd1971..2546431e 100644 --- a/README-ru.md +++ b/README-ru.md @@ -81,7 +81,7 @@ zeronet-conservancy — это форк/продолжение проекта [Z ##### Android/Termux - Установите [Termux](https://termux.com/) (в Termux вы можете устанавливать пакеты через команду `pkg install `) - `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` (вы можете открыть новый сеанс свайпом вправо) diff --git a/README.md b/README.md index a56be7e4..a1eaa6af 100644 --- a/README.md +++ b/README.md @@ -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 `) - `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)