Libbonobo: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) Added installed contents. |
||
| Line 72: | Line 72: | ||
make install | make install | ||
==Contents== | |||
===Installed Programs=== | |||
* activation-client | |||
* bonobo-slay | |||
* bonobo-activation-sysconf | |||
* echo-client-2 | |||
===Installed Libraries=== | |||
* Bonobo_module.{so, lai, a} | |||
* libbonobo-activation.{so.4.0.0, lai, a} | |||
* libbonobo-2.{so.0.0.0T, lai, a} | |||
* libmoniker_std_2.{soT, lai, a} | |||
Revision as of 17:14, 15 October 2006
| Download Source: | http://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.16/libbonobo-2.16.0.tar.bz2 |
|---|
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--libexecdir=${GNOME_PREFIX}/lib/bonobo \
--mandir=${GNOME_PREFIX}/share/man
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 \
--libexecdir=${GNOME_PREFIX}/lib/bonobo \
--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 \
--libexecdir=${GNOME_PREFIX}/lib32/bonobo \
--mandir=${GNOME_PREFIX}/share/man --libdir=/usr/lib32 &&
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 \
--libexecdir=${GNOME_PREFIX}/lib64/bonobo \
--mandir=${GNOME_PREFIX}/share/man --libdir=/usr/lib64 &&
make
Install the package
make install
Contents
Installed Programs
- activation-client
- bonobo-slay
- bonobo-activation-sysconf
- echo-client-2
Installed Libraries
- Bonobo_module.{so, lai, a}
- libbonobo-activation.{so.4.0.0, lai, a}
- libbonobo-2.{so.0.0.0T, lai, a}
- libmoniker_std_2.{soT, lai, a}