DBus에는 libdbus, GDBus, QtDBus, sd-bus, kdbus가 있습니다.
이 중 GDBus는,
다음 Download 후
$ sudo apt-get install libdbus-1-3 libdbus-1-dev libdbus-glib-1-2 libdbus-glib-1-dev |
다음 Include Path 설정 후
/usr/include/dbus-1.0 /usr/include/glib-2.0 /usr/lib/x86_64-linux-gnu/dbus-1.0/include /usr/lib/x86_64-linux-gnu/glib-2.0/include |
다음 Libraries 링크 후
dbus-1 dbus-glib-1 glib-2.0 |
사용합니다.