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

14 lines
373 B
XML
Raw Normal View History

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