glfs/general/prog/librep/librep-inst.xml

13 lines
313 B
XML
Raw Normal View History

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