D-BUS Glib
From CBLFS
Jump to navigationJump to searchGlib Binding: | http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.92.tar.gz |
---|
Contents
Dependencies
Required
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: | None? |
Short Descriptions
dbus-binding-tool | is used to create header files from GLib object files. |
---|