Commit 87fbe242 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey Committed by Benno Schulenberg
Browse files

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.
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment