mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
f90ce91637
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@235 af4574ff-66df-0310-9fd7-8a98e5e911e0
13 lines
340 B
XML
13 lines
340 B
XML
<sect2>
|
|
<title>Installation of gnome-media</title>
|
|
|
|
<para>Install gnome-media by running the following commands:</para>
|
|
|
|
<para><screen><userinput>./configure --prefix=/opt/gnome2 --sysconfdir=/etc/gnome \
|
|
--localstatedir=/var/lib --libexecdir=/opt/gnome2/sbin &&
|
|
make &&
|
|
make install </userinput></screen></para>
|
|
|
|
</sect2>
|
|
|