X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=INSTALL;h=d370b7fd557248448ffca8ebe280be125081b5e7;hb=7754057708758a95d3f54a0725bd6ca99225e502;hp=673ee1344bed4470f20d261230194511ad318e38;hpb=b01f26a043ae68a092246c51ae62de3557c82beb;p=elisp%2Fwanderlust.git diff --git a/INSTALL b/INSTALL index 673ee13..d370b7f 100644 --- a/INSTALL +++ b/INSTALL @@ -5,42 +5,60 @@ Yuuichi Teranishi, Tsunehiko Baba -Select MIME Module -================== +System Requirements +=================== + + Wanderlust supports following Emacsen: + + Mule 2.3 based on Emacs 19.34 + Emacs 20.1 or later + XEmacs 20.4 or later + + Before installing Wanderlust, please install the following MIME + modules. + + SEMI (1.14.3 or later) + FLIM (1.14.3 or later) + + Wanderlust and MIME modules require APEL. Before installing MIME + modules, please install the APEL. - Before installing Wanderlust, please install the following MIME modules. + APEL (10.3 or later) - SEMI (1.14.1 or later) - SEMI requires APEL and FLIM packages. For each Emacsen, Recommended - combination of MIME module package following. +Select MIME Module +================== -(a) XEmacs 21.1 or later + For each Emacsen, Recommended combination of MIME module package + follows. - APEL 10.3, FLIM 1.14.3, SEMI 1.14.3 + (a) XEmacs 21.1 or later - Installation as a XEmacs package, If possible. + APEL 10.4, FLIM 1.14.4, SEMI 1.14.4 -(b) Emacs 20.4 or later + Installation as a XEmacs package, If possible. - APEL 10.3, FLIM 1.14.3, SEMI 1.14.3 + (b) Emacs 20.4 or later -(c) Emacs 20.1 to 20.3 + APEL 10.4, FLIM 1.14.4, SEMI 1.14.4 - APEL 10.3, CLIME 1.14.0, SEMI 1.14.3 + (c) Emacs 20.1 to 20.3 - Use CLIME instead of FLIM. FLIM does not support Emacs 20.3 or - earlier. + APEL 10.4, CLIME 1.14.5, SEMI 1.14.4 -(d) Emacs 19.34 (Mule 2.3) + Use CLIME instead of FLIM. FLIM does not support Emacs 20.3 or + earlier. - APEL 10.3, CLIME 1.14.0, SEMI 1.14.3 + (d) Emacs 19.34 (Mule 2.3) - Mule based on Emacs 19.34 can also run SEMI. See the following web - page to get more information (in Japanese). + APEL 10.4, CLIME 1.14.5, SEMI 1.14.4 + + Mule based on Emacs 19.34 can also run SEMI. See the following web + page to get more information (in Japanese). http://www.jpl.org/elips/INSTALL-SEMI-ja.html + Install MIME Module =================== @@ -48,7 +66,7 @@ Install MIME Module APEL: ftp://ftp.m17n.org/pub/mule/apel/ FLIM: ftp://ftp.m17n.org/pub/mule/flim/ - CLIME: + CLIME: ftp://ftp.jpl.org/pub/m17n/ SEMI: ftp://ftp.m17n.org/pub/mule/semi/ Please install APEL, FLIM(CLIME), and SEMI, in that order. Generally, @@ -59,9 +77,16 @@ Install MIME Module latest versions should work. For example, the following combinations are confirmed to work: - APEL 10.2, Chao 1.14.1, REMI 1.14.2 - APEL 10.2, SLIM 1.14.3, EMY 1.13.9 + APEL 10.4, SLIM 1.14.9, SEMI 1.14.4 + APEL 10.4, 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. + + % make check + % make EMACS=xemacs check Installation ============ @@ -83,8 +108,8 @@ Installation % make % make install - If you use Emacs without subdirs.el (e.g. Mule 2.3 based on Emacs - 19.28), the following error message ocasinally appears. + If you use Emacs without subdirs.el, the following error message + occasionally appears. Cannot open load file: mime-setup @@ -158,9 +183,9 @@ Sample configuration file Wanderlust requires the following three configuration files: - ~/.addresses Address Book - ~/.folders Folder Book ~/.wl Wanderlust Configuration (loaded at startup) + ~/.folders Folder Book + ~/.addresses Address Book (optional) Each sample file (dot.addresses, dot.folders, dot.wl) exists on samples/en/ directory. Please refer to them.