DConf-0.22.0
Installation of DConf
Install DConf by running the
following commands:
./configure --prefix=/usr \
--sysconfdir=/etc &&
make
This package does not come with a test suite.
Now, as the root
user:
make install
Command Explanations
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Contents
Installed Programs:
dconf and dconf-editor
Installed Libraries:
libdconf-dbus-1.so and libdconf.so
Installed Directories:
/usr/include/dconf,
/usr/include/dconf-dbus-1, and
/usr/share/gtk-doc/html/dconf
Short Descriptions
dconf
|
is a simple tool for manipulating the DConf database.
|
dconf-editor
|
is a graphical program for editing settings that are
stored in the DConf
database.
|
dconf-service
|
is the D-Bus service
that writes to the DConf
database.
|
libdconf.so
|
contains the DConf
client API functions.
|
libdconf-dbus-1.so
|
contains the DConf
client API functions for D-Bus.
|
Last updated on 2015-03-02 19:42:44 -0800