From: Guus Sliepen <guus@tinc-vpn.org>
Date: Mon, 20 Jan 2014 19:16:58 +0000 (+0100)
Subject: Document clearly that tinc depends on curses and readline libraries.
X-Git-Tag: release-1.1pre10~14
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1a115d1d1c58db179df6568e9b33fab3e8f80486;p=oweals%2Ftinc.git

Document clearly that tinc depends on curses and readline libraries.
---

diff --git a/README.git b/README.git
index 92aa113..1c191ab 100644
--- a/README.git
+++ b/README.git
@@ -7,7 +7,8 @@ to install the very latest versions of the following packages:
 - GCC
 - automake
 - autoconf
-- gettext
+- ncurses or PDCurses
+- readline
 
 Then you have to let the autotools create all the autogenerated files, using
 this command:
diff --git a/doc/tinc.texi b/doc/tinc.texi
index 864269b..42f17c2 100644
--- a/doc/tinc.texi
+++ b/doc/tinc.texi
@@ -335,9 +335,10 @@ as explained in the rest of the documentation.
 
 @cindex requirements
 @cindex libraries
-Before you can configure or build tinc, you need to have the OpenSSL,
-zlib and lzo libraries installed on your system.  If you try to configure tinc without
-having them installed, configure will give you an error message, and stop.
+Before you can configure or build tinc, you need to have the OpenSSL, zlib,
+lzo, curses and readline libraries installed on your system.  If you try to
+configure tinc without having them installed, configure will give you an error
+message, and stop.
 
 @menu
 * OpenSSL::