commit 87fbe24283d8e099f8e6293a0b548da4599a4933
parent e4d452424bbd702e7d6251cf322bbd1ecda3bc8c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sun, 27 Nov 2016 16:55:46 -0600
docs: add info about Slang to README.GIT, and improve info about glib2
For UTF-8 support under Slang, at least Slang 2.0 is needed.
And glib2 is also used for snprintf() if it's unavailable.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.GIT b/README.GIT
@@ -23,9 +23,9 @@ packages:
- make (any version)
If you want UTF-8 support, you will also need libncursesw5-dev installed
-(version >= 5.7, or something equivalent if you use --with-slang).
-If your system doesn't have 'vsnprintf' (which the configure script will
-check for), you will also need glib-2.x installed.
+(version >= 5.7), or libslang2-dev (version >= 2.0) if you use --with-slang.
+If your system doesn't have 'snprintf' or 'vsnprintf' (which the configure
+script will check for), you will also need glib-2.x installed.
These should all be available in your distro's package manager or software
center, or otherwise on any GNU mirror.