gdl - Gnome Devtool Libraries ChangeLog

HOWTO


# GDL 0.6.0
# =========
# I remove internationalization (*.mo) files below because I only read/write
# (well) English.  If this is not the case for you, skip that part.

# If you want to uninstall GDL, or remove files from an old version before
# installing a new one, cd into the source directory, run 'make uninstall'
# (as root), remove the source directory, then remove the tarball.

# Prerequisites:
# perl
# grep
# sed
# pkg-config
# libxml-2.0 >= 2.2.8
# gtk+-2.0 >= 2.3.0
# libgnomeui-2.0 >= 2.5.0
# libbonoboui-2.0 >= 2.2.0
# libglade-2.0 >= 2.0.0
# gettext

cd
test -f installed/gdl-0.6.0.tar.bz2 && mv installed/gdl-0.6.0.tar.bz2 .
test ! -f gdl-0.6.0.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/gdl/0.6/gdl-0.6.0.tar.bz2
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "gdl-*" -exec rm -r {} \;
tar xjvf ~/gdl-0.6.0.tar.bz2
cd gdl-0.6.0
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
make

# Become root to install it
su

rm -f /usr/lib/libgdl-1.*
make install
ldconfig
find /usr/share/locale -type f -name "gdl-1.mo" -exec rm {} \;

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/gdl-*.tar.*
mv gdl-0.6.0.tar.bz2 installed/

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-01-30 5:43pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]