| <sect2><title>Installation of Ncurses</title><para>Install Ncurses by running the following commands:</para><para><screen><userinput>./configure --prefix=/usr --libdir=/lib \</userinput><userinput>   --with-shared --disable-termcap &&</userinput><userinput>make &&</userinput><userinput>make install</userinput></screen></para></sect2>
 |