lfs/chapter06/ncurses-inst.xml
Mark Hymers 28271660f2 ncurses patch removed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@976 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-15 21:10:12 +00:00

13 lines
378 B
XML

<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>&nbsp;&nbsp;&nbsp;--with-shared --disable-termcap &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput></screen></para>
</sect2>