summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-08-08 23:04:01 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-08-08 23:04:01 +0000
commit2e4de1083cb74a89a3e52eb96016b94434e9fc4d (patch)
tree036e9c2f7aab5027a4bba9ce6e6f54f09d6d7a2c /INSTALL
parente8046117bc5a4a2f4e218a7ce036d8043b44b34c (diff)
Updated and improved build instructions.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 6 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index d896e9ef..3d6a3a22 100644
--- a/INSTALL
+++ b/INSTALL
@@ -25,15 +25,16 @@ systems:
Ultrix
UnixWare
-- An ANSI C compiler (such as gcc) is required.
+- If you are building from CVS, or if you are changing parts of mutt,
+ particularly the build system, do read doc/devel-notes.txt.
+
+- An ANSI C compiler (such as GCC) is required.
- You must also have a SysV compatible curses library, or you must
install either
GNU ncurses, ftp://prep.ai.mit.edu/pub/gnu/
-
or
-
S-Lang, ftp://space.mit.edu/pub/davis/slang/
- Mutt needs an implementation of the iconv API for character set
@@ -43,12 +44,9 @@ systems:
- For building the manual, mutt needs the DocBook XSL stylesheets
as well as the DocBook DTD as of version 4.2 installed locally.
+ For details, please see the section "Generating Mutt Documentation
+ From Source" in doc/devel-notes.txt.
- You may find these packaged by your distribution likely named
- similar to 'docbook-xsl' and 'docbook-xml'. If not, try the
- homepage at:
-
- http://sourceforge.net/projects/docbook
Installation
============