lfs/chapter06/ncurses-inst.xml

14 lines
557 B
XML
Raw Normal View History

<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>