blob: 7418a7f3b9e2d76856e1f67b92f5e6b9fa6f4b12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<sect2><title> </title><para> </para></sect2>
<sect2>
<title>Installation of Ncurses</title>
<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-etip-2.patch
patch -Np1 -i ../ncurses-&ncurses-version;-vsscanf.patch
./configure --prefix=/stage1 --with-shared --without-debug \
--without-ada
make
make install
chmod 755 /stage1/lib/*.5.3</userinput></screen></para>
</sect2>
|