GNOME User Docs

From CBLFS
Revision as of 11:40, 21 October 2006 by Jciccone (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://ftp.gnome.org/pub/gnome/sources/gnome-user-docs/2.16/gnome-user-docs-2.16.1.tar.bz2

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=${GNOME_PREFIX} \
    --localstatedir=/var/lib &&
make

Install the package

make install

Multilib

export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64} &&
./configure --prefix=${GNOME_PREFIX} \
    --localstatedir=/var/lib &&
make

Install the package

make install &&
unset PKG_CONFIG_PATH