How to install qodem in Termux. First install: pkg install -y make clang ncurses-dev libsqlite-dev autoconf automake Clone Qodem git repo in your device: git clone https://github.com/klamonte/qodem Then go into the qodem dir and enter these: make clean aclocal autoconf autoheader automake --add-missing ./configure --disable-gpm --disable-upnp --disable-serial --disable-sdl make .