glfs/general/prog/librep/librep-inst.xml
Larry Lawrence 329bca8f8d added librep-0.16.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@109 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-18 20:00:53 +00:00

13 lines
313 B
XML

<sect2>
<title>Installation of librep</title>
<para>Install librep by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --libexec=/usr/lib --mandir=/usr/share/man \
--infodir=/usr/share/info &amp;&amp;
make &amp;&amp;
make install </userinput></screen></para>
</sect2>