The GNOME Desktop package contains
the libgnome-desktop-3 library and
GNOME's core graphics files and
icons.
This package is known to build using an LFS 7.0 platform but has not been tested.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/3.2/gnome-desktop-3.2.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-desktop/3.2/gnome-desktop-3.2.1.tar.xz
Download MD5 sum: 6d09ae32ac1f12fb25b8d30572a033a6
Download size: 903 KB
Estimated disk space required: 21 MB
Estimated build time: 0.5 SBU
DocBook XML DTD-4.5, GNOME Doc Utils-0.20.6, gsettings-desktop-schemas-3.2.0, gtk+-3.2.3, which-2.20, and Xorg Libraries
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-desktop
Install GNOME Desktop by running the following commands:
./configure --prefix=$GNOME_PREFIX && make
This package does not come with a test suite.
Now, as the root user:
make install
--prefix=: Setting the prefix using
this parameter will ensure that the prefix is consistent with the
installation environment and the package will be installed in the
correct location.
$GNOME_PREFIX
--with-gnome-distributor="Some Name":
Use this parameter to supply a custom name in the
“Distributor:” field of the
“GNOME About” display
window.
--with-kde-datadir=$KDE_PREFIX/share:
Use this parameter if KDE is
installed in any prefix other than /usr.
--disable-static: This switch prevents
the static libraries being installed.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2012-02-12 00:48:24 +0000