Difference between revisions of "D-BUS Glib"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
!Glib Binding: | !Glib Binding: | ||
| http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-{{D-BUS-Glib-Version}}.tar.gz | | http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-{{D-BUS-Glib-Version}}.tar.gz | ||
+ | |-valign="top" | ||
+ | !Alternate Location: | ||
+ | | http://ftp.osuosl.org/pub/blfs/svn/d/dbus-glib-{{D-BUS-Glib-Version}}.tar.gz | ||
|-valign="top" | |-valign="top" | ||
|} | |} |
Latest revision as of 15:25, 6 January 2010
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 |
Contents
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. |
---|