Libgnome: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
---- | ---- | ||
{{Blank-Package-Introduction}} | |||
== Dependencies == | == Dependencies == | ||
Revision as of 14:17, 16 April 2007
| Download Source: | http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.32/libgnome-2.32.0.tar.bz2 |
|---|
Introduction to Libgnome
Project Homepage: Unknown
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --mandir=${GNOME_PREFIX}/share/man &&
make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --mandir=${GNOME_PREFIX}/share/man &&
make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --libdir=${GNOME_PREFIX}/lib32 \
--mandir=${GNOME_PREFIX}/share/man &&
make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --libdir=${GNOME_PREFIX}/lib64 \
--mandir=${GNOME_PREFIX}/share/man &&
make
Install the package
make install
Contents
| Installed Programs: | gnome-open |
|---|---|
| Installed Libraries: | libgnome-2.{so,la,a}, libmoniker_extra_2.{so,la,a} |
| Installed Directories: | ${GNOME_PREFIX}/include/libgnome-2.0/libgnome, ${GNOME_PREFIX}/lib/bonobo/monikers, /etc/gnome/gconf/schemas, /etc/gnome/sound/events, ${GNOME_PREFIX}/share/gtk-doc/html/libgnome |