glfs/gnome/add/games/gnome-games-inst.xml
Igor Živković ba90283a84 minor spacing adjustment in gnome games
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1868 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-03-07 12:16:16 +00:00

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 &amp;&amp;
groupadd games &amp;&amp;
useradd -c 'games' -d /var/lib/games -g games -s /bin/false games &amp;&amp;
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 &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>