mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 12:32:13 +08:00
329bca8f8d
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@109 af4574ff-66df-0310-9fd7-8a98e5e911e0
13 lines
313 B
XML
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 &&
|
|
make &&
|
|
make install </userinput></screen></para>
|
|
|
|
</sect2>
|
|
|