1
0
Fork 0
mirror of https://github.com/SSSD/ding-libs.git synced 2026-03-07 04:50:21 +00:00
"DING is not GNU" helper libraries for SSSD and FreeIPA
Find a file
Alexey Tikhonov 46a0edb1c6 Bump version.
2026-02-10 07:24:13 +00:00
.gemini Gemeni PR review config. 2026-01-29 09:28:36 +00:00
basicobjects BASICOBJECTS: merge in INI_CONFIG 2026-02-10 07:24:13 +00:00
collection COLLECTION: merge in INI_CONFIG 2026-02-10 07:24:13 +00:00
contrib SPEC: obsolete old packages 2026-02-10 07:24:13 +00:00
dhash dhash: removed senseless check 2022-01-21 10:54:42 +01:00
ini REF_ARRAY: merge in INI_CONFIG 2026-02-10 07:24:13 +00:00
m4 Non-GNU ld doesn't have --version-script support 2018-07-11 15:40:09 +02:00
path_utils PATH_UTILS: merge in INI_CONFIG 2026-02-10 07:24:13 +00:00
refarray REF_ARRAY: merge in INI_CONFIG 2026-02-10 07:24:13 +00:00
scripts release.sh: adjust to new version naming scheme 2022-05-12 12:34:45 +02:00
trace Add missing assertion macro 2012-04-05 11:20:09 -07:00
.git-commit-template GIT: Add commit template 2017-07-24 18:10:26 +02:00
.gitignore Add test_rules.ini (autogenerated by make check) to .gitignore 2021-08-10 13:29:26 +02:00
.packit.yaml REF_ARRAY: merge in INI_CONFIG 2026-02-10 07:24:13 +00:00
configure.ac REF_ARRAY: merge in INI_CONFIG 2026-02-10 07:24:13 +00:00
COPYING Build all of the ding-libs from the root 2010-09-22 14:48:28 -04:00
COPYING.LESSER Build all of the ding-libs from the root 2010-09-22 14:48:28 -04:00
Makefile.am MAKEFILE: move private headers from _SOURCES 2026-02-10 07:24:13 +00:00
README Update README to add dependencies 2024-10-09 11:07:00 +01:00
version.m4 Bump version. 2026-02-10 07:24:13 +00:00

# 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`