HOWTOs
About
Search
gnome-games
- Games for Gnome
ChangeLog
Web site:
http://www.gnome.org/softwaremap/projects/gnome-games/
HOWTO
# gnome-games 2.2.1
# =================
# Slackware 9.0's 'gnome-games' package includes 2.2.0 (for Gnome 2.2.x),
# 9.1's includes 2.4.0 (for Gnome 2.4.x)
# Prerequisites:
#
make
#
gcc
#
binutils
#
fileutils
#
perl
#
grep
#
sed
#
readline
#
guile
#
pkg-config
#
libgnome
-2.0 >= 1.105.0
#
libgnomeui
-2.0 >= 1.105.0
#
gconf
-2.0 >= 1.1.5
#
gnome-vfs
-module-2.0 >= 1.9.11
#
esound
#
ncurses
#
scrollkeeper
cd
test -f installed/gnome-games-2.2.1.tar.bz2 &&
mv installed/gnome-games-2.2.1.tar.bz2 .
test ! -f gnome-games-2.2.1.tar.bz2 &&
wget http://ftp.gnome.org/pub/gnome/sources/gnome-games/2.2/\
gnome-games-2.2.1.tar.bz2
# Verify tarball w/
md5sum
:
echo "15b47c5f3cba31aaadd21ea51af2833b" ; md5sum gnome-games-2.2.1.tar.bz2
cd /usr/local/src
find -type d -maxdepth 1 -name "gnome-games-*" -exec rm -r {} \;
tar xjvf ~/gnome-games-2.2.1.tar.bz2
cd gnome-games-2.2.1
chown -R root.root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib \
--with-ncurses=/usr
make
removepkg gnome-games
make install
find /usr/share/locale -type f -name "gnome-games.mo" -exec rm {} \;
cd
mkdir -p -m 0700 installed
rm -f installed/gnome-games-*.tar.*
mv gnome-games-2.2.1.tar.bz2 installed/
# Update the scrollkeeper databases:
/usr/bin/scrollkeeper-update -p /var/lib/scrollkeeper > /dev/null 2>&1
List of HOWTOs
Web page itself last updated:
2023-12-20 8:06pm (EST -0500)
HOWTO last updated:
2003-10-21 11:04am
Copyright © 2001-2024
Jason Englander
. All Rights reserved.