repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 70eb1ee57da9cd0d09d94c05e52308ec2e5ba45b:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 70eb1ee57da9cd0d09d94c05e52308ec2e5ba45b
Author: Windree <57554809+Windree@users.noreply.github.com>
Date:   Mon Dec 2 02:45:09 2019 +0300

    Update install documentation: libgnutls-dev

    According https://packages.debian.org/search?keywords=libgnutls28-dev
    in Ubuntu and Debian libgnutls-dev package name is libgnutls28-dev

    Closes #264.

    Thanks Windree!

diff --git a/INSTALL b/INSTALL
index 96ad4af13cf45d8480449ea816280e3ca430c884..
index ..c037236d6d35c4d0ffc3e1b40a90375b479f86d6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -174,7 +174,7 @@ build the sources including all optional features and to run the test suite:
 * Debian / Ubuntu based distributions:

   apt-get install \
-    autoconf automake build-essential expect libgnutls-dev \
+    autoconf automake build-essential expect libgnutls28-dev \
     libident-dev libpam-dev pkg-config libwrap0-dev libz-dev telnet


-----END OF PAGE-----