ref: deb27f9ce4a0f9ee30fe4a990201daaf2c88b086
parent: 1d33269dd1cc6368116a27215a7eb5ceff4aee80
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sat Jan 1 18:04:22 EST 2022
drawterm: update Android instructions
--- a/drawterm.md
+++ b/drawterm.md
@@ -24,13 +24,11 @@
## Android
-Install [termux](https://play.google.com/store/apps/details?id=com.termux)
-and run there:
+Install Termux using [F-Droid](https://f-droid.org/), then do:
- # optional: pkg install unstable-repo && apt upgrade ### answer 'A' to all questions
- pkg install x11-repo
- pkg install clang python2 make libx11 xorgproto git
- git/clone http://git.9front.org/plan9front/drawterm
+ pkg install unstable-repo && apt upgrade
+ pkg install x11-repo build-essential libx11 xorgproto git binutils
+ git clone git://git.9front.org/plan9front/drawterm
cd drawterm
make CONF=unix -j4