cipherboy / SSSD / ding-libs

Forked from SSSD/ding-libs 6 years ago
Clone

cipherboy / SSSD / ding-libs

Forked from SSSD/ding-libs 6 years ago
"Ding is not GLib" assorted utility libraries
Members 1
Lukas Slebodnik committed 6 years ago
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.