Difference between revisions of "GNOME User Docs"
From CBLFS
Jump to navigationJump to search(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://ftp.gnome.org/pub/gnome/sources/gnome-user-docs/ | + | | http://ftp.gnome.org/pub/gnome/sources/gnome-user-docs/{{GNOME User Docs-Version2}}/gnome-user-docs-{{GNOME User Docs-Version}}.tar.bz2 |
|} | |} | ||
---- | ---- | ||
+ | |||
+ | {{Blank-Package-Introduction}} | ||
== Dependencies == | == Dependencies == | ||
Line 27: | Line 29: | ||
== Multilib == | == Multilib == | ||
− | export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64} && | + | export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" && |
./configure --prefix=${GNOME_PREFIX} \ | ./configure --prefix=${GNOME_PREFIX} \ | ||
--localstatedir=/var/lib && | --localstatedir=/var/lib && |
Latest revision as of 14:24, 16 April 2007
Download Source: | http://ftp.gnome.org/pub/gnome/sources/gnome-user-docs/2.32/gnome-user-docs-2.32.0.tar.bz2 |
---|
Introduction to GNOME User Docs
Project Homepage: Unknown
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