repo: ngircd action: commit revision: path_from: revision_from: 70eb1ee57da9cd0d09d94c05e52308ec2e5ba45b: path_to: revision_to:
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
--- 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-----