diff options
author | louiz’ <louiz@louiz.org> | 2018-01-17 20:41:17 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-01-17 20:41:17 +0100 |
commit | 1bb3e2e7da6778814f4a89787d8ab54c6e2d1760 (patch) | |
tree | abd8231905912c21748cf5837fd760ddd552eefb | |
parent | 7e64a2e361adcdbd2fce5ad76051a150b4de062d (diff) | |
download | biboumi-1bb3e2e7da6778814f4a89787d8ab54c6e2d1760.tar.gz biboumi-1bb3e2e7da6778814f4a89787d8ab54c6e2d1760.tar.bz2 biboumi-1bb3e2e7da6778814f4a89787d8ab54c6e2d1760.tar.xz biboumi-1bb3e2e7da6778814f4a89787d8ab54c6e2d1760.zip |
Clarify a few things about the dependencies
-rw-r--r-- | INSTALL.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL.rst b/INSTALL.rst index b0bf4be..4c02c7b 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -32,7 +32,7 @@ libiconv_ libuuid_ Generate unique IDs -sqlite3_ or libpq_ +sqlite3_ or libpq_ (optional, but recommented) Provides a way to store various options and messages archives in a database. Each user of the gateway can store their own values (for example their prefered port, or their IRC password). Without this @@ -47,12 +47,13 @@ udns_ (optional, but recommended) performances when connecting to a big number of IRC servers at the same time. -libbotan_ 2.x (optional) +libbotan_ 2.x (optional, but recommended) Provides TLS support. Without it, IRC connections are all made in plain-text mode. gcrypt_ (mandatory only if botan is absent) - Provides the SHA-1 hash function, for the case where Botan is absent. + Provides the SHA-1 hash function, for the case where Botan is absent. It + does NOT provide any TLS or encryption feature. systemd_ (optional) Provides the support for a systemd service of Type=notify. This is useful only |