xdgcfg
0.3.1
|
xdgcfg is a very simple wrapper around libconfig written in C++. It reads and writes files in ${XDG_CONFIG_HOME}
. It creates subdirectories if necessary.
Add my repository and install it from there.
Copy xdgcfg.hpp
into a folder where your project can find it.
-DWITH_TESTS=YES
to compile the tests.-DWITH_EXAMPLES=YES
to compile the example.xdgcfg.hpp
has explanatory comments in it and there is an example. The reference is also available at doc.schlomp.space/xdgcfg/.