Update INSTALL.rst and CHANGELOG.rst for the sqlite dependency
Fix the make command instruction in INSTALL.rst
Document the fact that “make” builds the tests as well now
Remove the embedded sha1 code, and use one of botan or gcrypt
This adds a hard dependency on one of Botan or gcrypt. Botan is already a
recommended dependency, and gcrypt is probably packaged almost everywhere,
so this should not be a big deal.
ref #3241
Update INSTALL.rst to talk about botan-2, and give priority to 2 over 1.11
Use udns instead of c-ares
fix #3226
Update the build process to take into account the rst files
Convert README, INSTALL etc to markdown
Document the test and coverage things in the INSTALL file
Introduce an optional Database module
Uses litesql
Update the CHANGELOG and INSTALL files, mentioning c-ares
Add a tl;dr section in the INSTALL file
Improve dependencies checks in the build process
- Rename all Find*.cmake files to uppercase, to make things more consistent,
and fix some issues with them (notably the REQUIRED flag)
- Rename SYSTEMDDAEMON to SYSTEMD and only use the libsystemd instead of
libsystemd-daemon because it's deprecated for a long time now
- Provide a WITH_* and WITHOUT_* switch for all optional dependencies
- Document things in the INSTALL file
Wrap a paragraph from INSTALL file to 79 chars
Provide WITHOUT_BOTAN and WITHOUT_SYSTEMD cmake flags
Use them to build without linking to them, even if they are on your system
Add some details in the INSTALL file
Little documentation update
Give two supported compilers, as examples
Document the new optional libbotan dependency