glfs/gnome/add/games/gnome-games-inst.xml

22 lines
916 B
XML
Raw Normal View History

<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>