glfs/general/genlib/readline/readline-inst.xml
Larry Lawrence 5259206dfd technical correction by Greg, english correction by Bill
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1067 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-14 02:11:38 +00:00

13 lines
326 B
XML

<sect2>
<title>Installation of <application>readline</application></title>
<para>Install <application>readline</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make SHLIB_LIBS=-lcurses &amp;&amp;
make install</command></userinput></screen>
</sect2>