shithub: docs.9front.org

ref: e869c0105a575f25c0e97dccdacac4a226f24434
dir: /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.