ref: ca53810b42e7d62d20c1cc5b3753e0609653a63b
dir: /android-drawterm.md/
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.