Installation of Ncurses
Install Ncurses by running the following commands:
./configure --prefix=/usr --libdir=/lib \
--with-shared --disable-termcap &&
make &&
make install &&
cd /lib &&
mv libncurses.a libncurses_g.a libncurses++.a /usr/lib &&
cd /usr/lib &&
ln -s libncurses.a libcurses.a