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