glfs/general/genlib/readline/readline-inst.xml

13 lines
326 B
XML
Raw Normal View History

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