From 0168b96b79db2627fdba77a8712956408aa081d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 4 Oct 2017 21:28:18 +0200 Subject: Add postgresql support --- INSTALL.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'INSTALL.rst') diff --git a/INSTALL.rst b/INSTALL.rst index 3cf55a2..c98eb52 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -32,10 +32,12 @@ libiconv_ libuuid_ Generate unique IDs -sqlite3_ (option, but highly recommended) - Provides a way to store various options in a (sqlite3) database. Each user - of the gateway can store their own values (for example their prefered port, - or their IRC password). Without this dependency, many interesting features +sqlite3_ +or +libpq_ + Provides a way to store various options in a database. Each user of the + gateway can store their own values (for example their prefered port, or + their IRC password). Without this dependency, many interesting features are missing. libidn_ (optional, but recommended) @@ -165,3 +167,4 @@ to use biboumi. .. _systemd: https://www.freedesktop.org/wiki/Software/systemd/ .. _biboumi.1.rst: doc/biboumi.1.rst .. _gcrypt: https://www.gnu.org/software/libgcrypt/ +.. _libpq: https://www.postgresql.org/docs/current/static/libpq.html -- cgit v1.2.3