shithub: docs.9front.org

ref: f0cd86b36645450066044b0601f2eb6ed7b04339
dir: docs.9front.org/android-drawterm.md

View raw version
Running drawterm on Android
===========================

Install [termux](https://play.google.com/store/apps/details?id=com.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/files/home` is where your Termux local
files are exposed.