lfs/chapter06/ncurses-inst.xml

20 lines
472 B
XML
Raw Normal View History

<sect2>
<title>Installation of Ncurses</title>
<para>
Install Ncurses by running the following commands:
</para>
<para>
<screen>
<userinput>patch -Np1 -F10 -i ../ncurses-&ncurses-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>