ncurses-inst.xml 557 B

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