blob: f870c55fb023292a119632985f3e68cfe9095f27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<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>
|