aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses-inst.xml
blob: d2d53812c791fef67356e5df8739455289191a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<sect2>
<title>Installation of Ncurses</title>

<para>Before Ncurses is installed, the patch file needs to be unzipped.  Install Ncurses by running the following commands:</para>

<para><screen><userinput>patch -Np1 -F10 -i ../ncurses-&ncurses-version;-&ncurses-patch-version;.patch &amp;&amp;</userinput>
<userinput>./configure --prefix=/usr --libdir=/lib \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;--with-shared --disable-termcap &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput></screen></para>

</sect2>