X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=INSTALL;h=41bd6af7b29d45b318078559a45c3de6683a80fe;hb=50d2f26db946febf03c279d86e20d61852b43f24;hp=ce8189f42d226b16f83e538994122f84430a5a06;hpb=357f364ce19376d2efe1b4f6df004b4f90c59b37;p=elisp%2Fwanderlust.git diff --git a/INSTALL b/INSTALL index ce8189f..41bd6af 100644 --- a/INSTALL +++ b/INSTALL @@ -34,24 +34,24 @@ Select MIME Module (a) XEmacs 21.1 or later - APEL 10.4, FLIM 1.14.5, SEMI 1.14.5 + 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.4, FLIM 1.14.5, SEMI 1.14.5 + APEL 10.5, FLIM 1.14.5, SEMI 1.14.5 (c) Emacs 20.1 to 20.3 - APEL 10.4, CLIME 1.14.5, SEMI 1.14.5 + 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.4, CLIME 1.14.5, SEMI 1.14.5 + 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). @@ -77,17 +77,27 @@ Install MIME Module latest versions should work. For example, the following combinations are confirmed to work: - APEL 10.4, SLIM 1.14.9, SEMI 1.14.5 - APEL 10.4, CLIME 1.14.5, 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. - Do following, running environment test included APEL, FLIM, and SEMI - version check. You can specify the emacs command name. + +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. To find duplicated files in the + load-path, M-x list-load-path-shadows will help you. + + Installation ============