shithub: docs.9front.org

ref: 51f967c51cc33c0b27b93462e3d0b5895c26f811
dir: /android-drawterm.md/

View raw version
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/files/home` is where your Termux local
files are exposed.