The D-Bus GLib package contains GLib interfaces to the D-Bus API.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.114.tar.gz
MD5 校验和:188792077e880a8c0359288d7819dab3
大小:724 KB
预计所需磁盘空间:11 MB(含测试)
预计构建时间:0.1 SBU(含测试)
Install D-Bus GLib by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static &&
make
To test the results, issue: make check. Note that more comprehensive tests can be run by following the same method used in D-Bus instructions, which requires building the package twice.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.