From 447d67d199ee02a31743e46abff39a5390f7484a Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 21 Sep 2024 23:34:36 +1200 Subject: [PATCH] update termux install docs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 061e819..a5a9c4f 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ cd reticulum-meshchat # install nodejs deps # if you want to build electron binaries, remove "--omit=dev" +# if you're using termux, add "--ignore-scripts" to fix error with esbuild npm install --omit=dev # build frontend vue components @@ -195,9 +196,11 @@ options: It is possible to run on Android from source, using Termux. You will need to install a few extra dependencies and make a change to `requirements.txt`. ``` +pkg upgrade pkg install git -pkg install rust +pkg install nodejs-lts pkg install python-pip +pkg install rust pkg install binutils pkg install build-essential ```