From 1bb3e2e7da6778814f4a89787d8ab54c6e2d1760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 17 Jan 2018 20:41:17 +0100 Subject: Clarify a few things about the dependencies --- INSTALL.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'INSTALL.rst') 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 -- cgit v1.2.3