SSSD / ding-libs

Created 7 years ago
Maintained by atikhonov
"Ding is not GLib" assorted utility libraries
Members 4
Alexey Tikhonov committed 2 years ago
Attention: project migrated to https://github.com/SSSD/ding-libs

-----

To build the ding-libs from the tarball:
    ./configure
    make
    make docs (optional)
    make check (optional)
    make install

To build the ding-libs from a source checkout:
    autoreconf -if
then follow the tarball instructions above.