Difference between revisions of "Libbonoboui"
From CBLFS
Jump to navigationJump to searchLine 10: | Line 10: | ||
=== Required === | === Required === | ||
+ | * [[libgnomecanvas]] | ||
+ | * [[libbonobo]] | ||
* [[libgnome]] | * [[libgnome]] | ||
− | * [[ | + | * [[LibXML2]] |
+ | * [[GConf]] | ||
+ | * [[Gtk2]] | ||
=== Optional === | === Optional === | ||
* [[Gtk-Doc]] | * [[Gtk-Doc]] |
Revision as of 15:41, 15 October 2006
Download Source: | http://ftp.gnome.org/pub/GNOME/sources/libbonoboui/2.16/libbonoboui-2.16.0.tar.bz2 |
---|
Contents
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} && make
Install the package
make install && install -v -m755 -d ${GNOME_PREFIX}/share/doc/libbonoboui-2.16.0 && install -v -m644 doc/*.{dtd,txt,xml,html} ${GNOME_PREFIX}/share/doc/libbonoboui-2.16.0
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ ./configure --prefix=${GNOME_PREFIX} && 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} --libdir=${GNOME_PREFIX}/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=/usr --libdir=${GNOME_PREFIX}/lib64 && make
Install the package
make install && install -v -m755 -d ${GNOME_PREFIX}/share/doc/libbonoboui-2.16.0 && install -v -m644 doc/*.{dtd,txt,xml,html} ${GNOME_PREFIX}/share/doc/libbonoboui-2.16.0