The GNOME Libraries package contains the GNOME libraries. This is useful as a foundation for the GNOME Desktop and applications.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-libs/1.4/gnome-libs-1.4.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-libs/1.4/gnome-libs-1.4.2.tar.bz2
Download MD5 sum: 6111e91b143a90afb30f7a8c1e6cbbd6
Download size: 2.8 MB
Estimated disk space required: 70 MB
Estimated build time: 1.4 SBU
ORBit-0.5.17, GTK+-1.2.10, and Imlib-1.9.15
Audio File-0.2.6, EsounD-0.2.36, and GTK-Doc-1.6
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-libs
The installation process expects a games group to exist on the system. If you have not previously created this group, issue the following command as the root user:
groupadd -g 60 games
Install GNOME Libraries by running the following commands:
patch -Np1 -i ../gnome-libs-1.4.2-gcc4-1.patch && ./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc && make
To test the results, issue: make check.
Now, as the root user:
make install
Last updated on 2006-06-21 11:26:07 -0500