mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
f69efd7119
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@705 af4574ff-66df-0310-9fd7-8a98e5e911e0
12 lines
295 B
XML
12 lines
295 B
XML
<sect2>
|
|
<title>Installation of librsvg</title>
|
|
|
|
<para>Install librsvg by running the following commands:</para>
|
|
|
|
<para><screen><userinput>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome --disable-gtk-doc &&
|
|
make &&
|
|
make install </userinput></screen></para>
|
|
|
|
</sect2>
|
|
|