1
0
Fork 0
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
Find a file
Alexey A Tikhonov 9078835b3c
Merge pull request #28 from jengelh/spello
Fix some commentary/log message spellos related to access_check
2024-10-21 15:15:44 +02:00
basicobjects *.pc.in: update URL 2021-08-10 13:32:47 +02:00
collection collection: Fix typo of 'debuging'. 2023-08-19 13:17:27 +02:00
contrib SPEC: specify ini_config dependencies versions 2022-05-13 11:46:28 +02:00
dhash dhash: removed senseless check 2022-01-21 10:54:42 +01:00
ini Fix some commentary/log message spellos related to access_check 2024-10-18 19:48:53 +02:00
m4 Non-GNU ld doesn't have --version-script support 2018-07-11 15:40:09 +02:00
path_utils tests: fixed following compilation warnings: 2022-01-21 10:54:50 +01:00
refarray *.pc.in: update URL 2021-08-10 13:32:47 +02: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
configure.ac CONFIGURE: explicitly require GETTEXT version 2021-08-10 18:37:16 +02: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 Move LIBICONV/INTL additions to _LIBADD not _LDFLAGS 2018-07-11 15:44:32 +02:00
README Update README to add dependencies 2024-10-09 11:07:00 +01:00
version.m4 Update version before 0.6.2 release 2022-01-21 20:44:04 +01: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`