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