Difference between revisions of "D-BUS Glib"
From CBLFS
Jump to navigationJump to search (Use the ftp server for now as the main server doesn't have any dbus-glib at this time.) |
|||
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 | ||
− | | ftp.cross-lfs.org/pub/blfs/6.3/d/dbus-glib-{{D-BUS-Glib-Version}}.tar.gz | + | |-valign="top" |
+ | !Alternate Location: | ||
+ | | ftp://ftp.cross-lfs.org/pub/blfs/6.3/d/dbus-glib-{{D-BUS-Glib-Version}}.tar.gz | ||
|-valign="top" | |-valign="top" | ||
|} | |} |
Revision as of 15:23, 6 January 2010
Glib Binding: | http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.92.tar.gz |
---|---|
Alternate Location: | ftp://ftp.cross-lfs.org/pub/blfs/6.3/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. |
---|