summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-19 23:22:53 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-19 23:22:53 +0000
commit20bd486b540d58ee6edbb76ecda0fd801131a98e (patch)
tree246b131d15fe18df3967790cf9c4016b534d04f8 /INSTALL
parent40decabc04dc0f8cc63da0107603dff1be8304ad (diff)
Properly handle character set definition file installation.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 21 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index fd02c4dd..a3846912 100644
--- a/INSTALL
+++ b/INSTALL
@@ -56,6 +56,7 @@ to ``configure'' to help it out, or change the default behavior:
--with-sharedir=DIR
specify where to put architecture independent data files
+
--with-curses=DIR
use the curses lib in DIR/lib. If you have ncurses, ``configure''
will automatically look in /usr/include/ncurses for the include
@@ -153,6 +154,26 @@ run the ``configure'' script again.
Please note that "VPATH" builds currently do _not_ work.
+Character set support
+=====================
+
+Mutt has extensive support for doing character set conversions. To
+use this, you'll need the proper character set definition files.
+
+If these files are already installed on your system (glibc 2.0
+includes them), you can tell the configure script this by using the
+--with-charmaps option. As an argument, it takes the directory in
+which the character set definition files have been installed. By
+default, configure looks into /usr/share/i18n/charmaps.
+
+If these files are not present on your system, you can download a
+charmaps tar-ball from the same place from which you got mutt (e.g.,
+ftp.guug.de/pub/mutt/). Unpack it under the mutt toplevel source
+directory, and re-configure mutt. configure will detect this; the
+character set definition files should be automatically installed in
+the proper place.
+
+
Platform Notes
==============