2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Ncurses</title>
|
|
|
|
|
2002-05-30 12:51:27 +01:00
|
|
|
<para>This package requires its patch to be applied before you can
|
|
|
|
install it. Make sure it's unpacked before running the installation
|
|
|
|
commands.</para>
|
|
|
|
|
2001-08-15 22:10:12 +01:00
|
|
|
<para>Install Ncurses by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-05-27 13:14:01 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-patch-version;.patch &&
|
2002-05-27 04:17:49 +01:00
|
|
|
./configure --prefix=/usr --libdir=/lib \
|
2002-05-02 21:15:02 +01:00
|
|
|
--with-shared --disable-termcap &&
|
2001-10-27 23:21:44 +01:00
|
|
|
make &&
|
|
|
|
make install &&
|
2002-05-02 21:15:02 +01:00
|
|
|
mv /lib/*.a /usr/lib &&
|
|
|
|
chmod 755 /lib/*.5.2 &&
|
|
|
|
ln -sf libncurses.a /usr/lib/libcurses.a &&
|
|
|
|
ln -sf ../../lib/libncurses.so /usr/lib &&
|
|
|
|
ln -sf ../../lib/libcurses.so /usr/lib &&
|
|
|
|
ln -sf ../../lib/libform.so /usr/lib &&
|
|
|
|
ln -sf ../../lib/libpanel.so /usr/lib &&
|
|
|
|
ln -sf ../../lib/libmenu.so /usr/lib</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect2>
|
|
|
|
|