Installation of Ncurses
Before Ncurses is installed, the patch file needs to be unzipped. Install Ncurses by running the following commands:
patch -Np1 -F10 -i ../ncurses-&ncurses-version;-&ncurses-patch-version;.patch &&
./configure --prefix=/usr --libdir=/lib \
--with-shared --disable-termcap &&
make &&
make install