D-BUS Glib

From CBLFS
Jump to navigationJump to search
Glib Binding: http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.92.tar.gz
Alternate Location: http://ftp.osuosl.org/pub/blfs/svn/d/dbus-glib-0.92.tar.gz

Dependencies

Required

Optional

Non-Multilib

Compile the Package:

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var &&
make

Install the Package:

make install

Multilib

32Bit

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var &&
make

Install the Package:

make install

N32

 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
    --localstatedir=/var &&
make

Install the Package:

make install

64Bit

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc \
    --localstatedir=/var &&
make

Install the Package:

make install

Contents

Installed Programs: dbus-binding-tool
Installed Libraries: libdbus-glib-1.{so,la,a}
Installed Directories: /usr/include/dbus-1.0/dbus

Short Descriptions

dbus-binding-tool is used to create header files from GLib object files.