summaryrefslogtreecommitdiffstats
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-12-23 15:56:55 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:34 +0200
commit1e75b14e60adf75950310e12d006f5575fb69137 (patch)
tree8ca3e50b52d8beb2218e5dc9f9db486c090358eb /DEPENDENCIES
parent0b41a3e2756611d4e75849d04069378383c552ad (diff)
downloadexternal_gettext-1e75b14e60adf75950310e12d006f5575fb69137.zip
external_gettext-1e75b14e60adf75950310e12d006f5575fb69137.tar.gz
external_gettext-1e75b14e60adf75950310e12d006f5575fb69137.tar.bz2
Support platforms with neither terminfo nor termcap functions, like mingw.
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES7
1 files changed, 4 insertions, 3 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 59dc96c..72856a1 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -15,9 +15,10 @@ The following packages should be installed before GNU gettext is installed:
+ If it is installed in a nonstandard directory, pass the option
--with-libintl-prefix=DIR to 'configure'.
-* GNU ncurses (preferred) or libtermcap (discouraged).
- + Required.
- Needed for the --color option of the various programs.
+* GNU ncurses (preferred)
+ or libtermcap (discouraged) or a curses library (legacy).
+ + Highly recommended.
+ Needed for the --color option of the 'msgcat' program.
+ Homepage:
http://www.gnu.org/software/ncurses/
+ Download: