The D-Bus Bindings are a group of packages that contain programming language and platform interfaces to the D-Bus API. This is useful for programmers to easily interface D-Bus with their supported platform or language of choice. Some non-D-Bus packages will require one or more of the Bindings packages in order to build successfully.
The GLib, Python and Qt3 Bindings are included on this page. Other language bindings will be added soon. Until then, see the D-Bus Bindings page for information.
Download (HTTP): http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.74.tar.gz
Download MD5 sum: 0923d825a0aff2e4eb23338b630286fb
Download size: 654 KB
Estimated disk space required: 9 MB
Estimated build time: 0.2 SBU
D-BUS-1.0.2, GLib-2.12.12, and expat-2.0.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/dbus-glib
Install D-Bus GLib Bindings by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild the API documentation.
Download (HTTP): http://dbus.freedesktop.org/releases/dbus-python/dbus-python-0.82.0.tar.gz
Download MD5 sum: 024522ffba612f0d41b64269e925835c
Download size: 482 KB
Estimated disk space required: 6 MB
Estimated build time: 0.1 SBU
Python-2.5.2 and D-Bus GLib Bindings-0.74
PyGObject (required to run the test suite)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/dbus-python
Install D-Bus Python Bindings by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check. Note you must have PyGObject installed.
Now, as the root
user:
make install
Download (HTTP): http://anduin.linuxfromscratch.org/files/BLFS/6.3/sources/dbus-qt3-0.62.tar.bz2
Download MD5 sum: 307e119f501c207a437d1dd087c9af80
Download size: 390 KB
Estimated disk space required: 4 MB
Estimated build time: 0.1 SBU
D-BUS-1.0.2 and Qt-3.3.8b
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/dbus-qt3
Install D-Bus Qt3 Bindings by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
Last updated on 2008-05-09 08:00:42 -0500