2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Ncurses</title>
|
|
|
|
|
2001-07-25 20:15:30 +01:00
|
|
|
<para>Before Ncurses is installed, the patch file needs to be unzipped. Install Ncurses by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-07-25 20:15:30 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -F10 -i ../ncurses-&ncurses-version;-&ncurses-patch-version;.patch &&</userinput>
|
2001-07-10 16:06:31 +01:00
|
|
|
<userinput>./configure --prefix=/usr --libdir=/lib \</userinput>
|
|
|
|
<userinput> --with-shared --disable-termcap &&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
2001-07-22 20:45:10 +01:00
|
|
|
<userinput>make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|