Building and installing

Building UntitledDBusUtils is simple, simply copy the source code and compile it statically into your application. After that, you need to link to the dbus-1 C library that you should have installed on your system as part of the dbus package. On some distributions, a developer package like libdbus-1-dev needs to be installed.

Users of CMake can also add the library as a submodule.

Configuration

Installing the library

If you want to install the library, set the UIMGUI_INSTALL variable to ON through CMake.

Building as a static library

To build as a static library, set the BUILD_VARIANT_STATIC variable to ON through CMake.