mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 16:07:23 +08:00
ba90283a84
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1868 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
916 B
XML
22 lines
916 B
XML
<sect2>
|
|
<title>Installation of <application><acronym>GNOME</acronym> Games</application></title>
|
|
|
|
<para><application><acronym>GNOME</acronym> Games</application> needs to
|
|
be setgid to track high scores. Create a seperate user and group for games.
|
|
See the <filename>README</filename> file in the source directory for more
|
|
information:</para>
|
|
|
|
<screen><userinput><command>install -d /var/lib/games &&
|
|
groupadd games &&
|
|
useradd -c 'games' -d /var/lib/games -g games -s /bin/false games &&
|
|
chown games:games /var/lib/games</command></userinput></screen>
|
|
|
|
<para>Install <application><acronym>GNOME</acronym> Games</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|