Added check-envroment section. Thanks to yoichi.
[elisp/wanderlust.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index b14829e..3c87740 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -11,7 +11,7 @@ System Requirements
   Wanderlust supports following Emacsen:
 
        Mule 2.3 based on Emacs 19.34
-       Emacs 20.2 or later
+       Emacs 20.1 or later
        XEmacs 20.4 or later
 
   Before installing Wanderlust, please install the following MIME
@@ -29,28 +29,29 @@ System Requirements
 Select MIME Module
 ==================
 
-  For each Emacsen, Recommended combination of MIME module package following.
+  For each Emacsen, Recommended combination of MIME module package
+  follows.
 
   (a) XEmacs 21.1 or later
 
-       APEL 10.3, FLIM 1.14.3, SEMI 1.14.3
+       APEL 10.5, FLIM 1.14.5, SEMI 1.14.5
 
     Installation as a XEmacs package, If possible.
 
   (b) Emacs 20.4 or later
 
-       APEL 10.3, FLIM 1.14.3, SEMI 1.14.3
+       APEL 10.5, FLIM 1.14.5, SEMI 1.14.5
 
  (c) Emacs 20.1 to 20.3
 
-       APEL 10.3, CLIME 1.14.3, SEMI 1.14.3
+       APEL 10.5, CLIME 1.14.5, SEMI 1.14.5
 
     Use CLIME instead of FLIM.  FLIM does not support Emacs 20.3 or
     earlier.
 
   (d) Emacs 19.34 (Mule 2.3)
 
-       APEL 10.3, CLIME 1.14.3, SEMI 1.14.3
+       APEL 10.5, CLIME 1.14.5, SEMI 1.14.5
 
     Mule based on Emacs 19.34 can also run SEMI.  See the following web
     page to get more information (in Japanese).
@@ -76,16 +77,30 @@ Install MIME Module
   latest versions should work.  For example, the following combinations
   are confirmed to work:
 
-       APEL 10.3, SLIM 1.14.7, SEMI 1.14.3
-       APEL 10.3, CLIME 1.14.3, EMIKO 1.14.1
+       APEL 10.5, SLIM 1.14.9, SEMI 1.14.5
+       APEL 10.5, CLIME 1.14.5, EMIKO 1.14.1
 
   You have to re-install Wanderlust if you upgraded APEL, FLIM, or SEMI.
 
 
+Check Environment
+=================
+
+  Before going to the next step, we recommend you to run tests by
+
+       % make check
+  or
+       % make EMACS=xemacs check
+
+  to check running environment including the version of APEL, FLIM, and
+  SEMI.  (Note that even if you have installed new APEL/FLIM/SEMI, old
+  ones in load-path may cause trouble.)
+
+
 Installation
 ============
 
-(a) Edit Makefile
+(a) Edit Makefile, WL-CFG
 
   Edit EMACS, LISPDIR, and so on in Makefile.
 
@@ -95,6 +110,8 @@ Installation
   If LISPDIR is not specified (or NONE by default), it is automatically
   detected.
 
+  Edit WL-CFG if you need. You can specify language for INFO, etc.
+
 (b) Bytecompile and Install
 
   Please do following.
@@ -119,7 +136,7 @@ Install as a XEmacs package
   packages.  After installation as a XEmacs package, you do not need
   configurations of autoload, icon path in your own .emacs file.
 
-(a) Edit Makefile
+(a) Edit Makefile, WL-CFG
 
   Edit XEMACS, PACKAGEDIR, and so on in Makefile.
 
@@ -129,6 +146,8 @@ Install as a XEmacs package
   If PACKAGEDIR is not specified (NONE by default) and the SEMI
   modules have been installed, it is automatically detected.
 
+  Edit WL-CFG if you need. You can specify language for INFO, etc.
+
 (b) Bytecompile and Install
 
   Please do following.