I wish to compile libncurses (build/install with programs e.g., tic).
I've tried removing --without-progs
, adding --with-progs
but both libncurses
and libncurses-dev
do not build the binaries.
I thought it may be related to https://github.com/openwrt/openwrt/pull/1233/commits/542f64d580235562770ab562de3aedddaf3ce826
I added that Host/Install
section back in, that didn't work either.
How do I compile ncurses with tic, tput and other binaries?