mirror of
https://github.com/SSSD/ding-libs.git
synced 2025-12-05 22:28:48 +00:00
"DING is not GNU" helper libraries for SSSD and FreeIPA
|
|
||
|---|---|---|
| basicobjects | ||
| collection | ||
| contrib | ||
| dhash | ||
| ini | ||
| m4 | ||
| path_utils | ||
| refarray | ||
| scripts | ||
| trace | ||
| .git-commit-template | ||
| .gitignore | ||
| configure.ac | ||
| COPYING | ||
| COPYING.LESSER | ||
| Makefile.am | ||
| README | ||
| version.m4 | ||
# Build
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.
# Requirements
Build:
- `autotools`
- `gcc`
- `libc`
- `coreutils`
- `file`
Tests:
- `gettext`
- `diff`