shithub: docs.9front.org

Download patch

ref: f74eeb365fbb7ce8106176f261b5aec8e3008338
parent: a2e9b697c86e6583d078356692e3199c3cd11631
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed Jul 29 19:59:52 EDT 2020

android + drawterm

--- /dev/null
+++ b/android-drawterm.md
@@ -1,0 +1,18 @@
+Running drawterm on Android
+===========================
+
+Install termux and run there:
+
+	# optional: pkg install unstable-repo && apt upgrade ### answer 'A' to all questions
+	pkg install x11-repo
+	pkg install clang python2 make libx11 xorgproto
+	pip2 install mercurial
+	hg clone http://code.9front.org/hg/drawterm
+	cd drawterm
+	make CONF=unix -j4
+
+At this point you have a functional `./drawterm` that you can run with
+`-G` to skip graphics.
+
+`/mnt/term/root/data/data/com.termux/` is where your Termux local
+files are exposed.
--- a/howto.md
+++ b/howto.md
@@ -2,3 +2,4 @@
 =================
 
 [Running 9front under OpenBSD VMM](openbsd-vmm.html)  
+[Running drawterm on Android](android-drawterm.html)