_ _ _ ____ _ _
/ \ _ __ ___ | |_| |__ ___ _ __ | _ \ _ __ ___ (_) __| |
/ _ \ | '_ \ / _ \| __| '_ \ / _ \ '__| | | | | '__/ _ \| |/ _\` |
/ ___ \| | | | (_) | |_| | | | __/ | | |_| | | | (_) | | (_| |
/_/ \_\_| |_|\___/ \__|_| |_|\___|_| |____/|_| \___/|_|\__,_|
bbs
XQTRs lair...
Home //
Blog //
NULL emag. //
Files //
Docs //
Tutors //
GitHub repo
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