The Ncurses package contains libraries for terminal-independent handling of character screens..
Prepare Ncurses for compilation:
./configure --with-shared \ --without-debug --without-ada
The meaning of the configure options:
--without-ada.
This ensures that Ncurses does not build support for the Ada compiler which may be present on the host but will not be available once we enter the chroot environment.
Continue with compiling the package:
make
Install the package:
make install
Reset standard environment: