Add section `Select MIME Module'.
authorkaoru <kaoru>
Fri, 6 Jul 2001 09:45:48 +0000 (09:45 +0000)
committerkaoru <kaoru>
Fri, 6 Jul 2001 09:45:48 +0000 (09:45 +0000)
INSTALL
INSTALL.ja

diff --git a/INSTALL b/INSTALL
index 2ac0b4d..733f0f1 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -5,8 +5,8 @@
                                        Yuuichi Teranishi,
                                        Tsunehiko Baba
 
                                        Yuuichi Teranishi,
                                        Tsunehiko Baba
 
-Required environment
-====================
+Select MIME Module
+==================
 
   Before installing Wanderlust, please install either of the following
   MIME modules. SEMI is recommended because it's more functional.
 
   Before installing Wanderlust, please install either of the following
   MIME modules. SEMI is recommended because it's more functional.
@@ -14,48 +14,72 @@ Required environment
        SEMI    (1.14.1 or later)
        tm      (8.7 or later)
 
        SEMI    (1.14.1 or later)
        tm      (8.7 or later)
 
-  If you use Mule based on Emacs 19.28 or earlier, please install tm.
-  SEMI does not support Emacs 19.28 or earlier.
+  SEMI requires APEL and FLIM packages.  For each Emacsen, Recommended
+  combination of MIME module package following.
+
+(a) XEmacs 21.0 or later
+
+       APEL 10.3, FLIM 1.14.3, SEMI 1.14.3
+
+  Installation as a XEmacs package, If possible.
+
+(b) Emacs 20.4 or later
+
+       APEL 10.3, FLIM 1.14.3, SEMI 1.14.3
+
+(c) Emacs 20.1 to 20.3
+
+       APEL 10.3, CLIME 1.14.0, SEMI 1.14.3
+
+  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.0, SEMI 1.14.3
 
 
-  SEMI only supports relatively new Emacsen like Emacs 20.xx, XEmacs, etc.
-  But Mule based on Emacs 19.34 can also run SEMI.
-  See the following web page to get more information (in Japanese).
+  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
 
 
        http://www.jpl.org/elips/INSTALL-SEMI-ja.html
 
+(e) Emacs 19.28 or earlier
 
 
-(a) SEMI
+       APEL 10.3, CLIME 1.14.0, tm-8.8
+
+  If you use Mule based on Emacs 19.28 or earlier, please install tm.
+  SEMI does not support Emacs 19.28 or earlier.  You need upgrade APEL
+  and CLIME.
 
 
-  SEMI requires APEL and FLIM packages.
-  Recommended combination of APEL, FLIM and SEMI are:
 
 
-       APEL 10.3, FLIM 1.14.3 and SEMI 1.14.3
+Install MIME Module
+===================
 
   You can download these packages from following URLs.
 
 
   You can download these packages from following URLs.
 
-       APEL:     ftp://ftp.m17n.org/pub/mule/apel/
-       FLIM:     ftp://ftp.m17n.org/pub/mule/flim/
-       SEMI:     ftp://ftp.m17n.org/pub/mule/semi/
+       APEL:   ftp://ftp.m17n.org/pub/mule/apel/
+       FLIM:   ftp://ftp.m17n.org/pub/mule/flim/
+       CLIME:
+       SEMI:   ftp://ftp.m17n.org/pub/mule/semi/
+       tm:     http://cvs.m17n.org/tomo/comp/emacsen/tm/tm-8/
+
+(a) SEMI
 
 
-  Please install APEL, FLIM, and SEMI, in that order.
-  Generally, 'make install' will do the job.
-  To get full information, please refer to the README.en within each package.
+  Please install APEL, FLIM(CLIME), and SEMI, in that order.  Generally,
+  'make install' will do the job.  To get full information, please refer
+  to the README.en within each package.
 
 
-  You can also use many other FLIM/SEMI variants.
-  Combination of the latest versions should work.
-  For example, the following combinations are confirmed to work:
+  You can also use many other FLIM/SEMI variants.  Combination of the
+  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
 
 (b) tm
 
 
        APEL 10.2, Chao 1.14.1, REMI 1.14.2
        APEL 10.2, SLIM 1.14.3, EMY 1.13.9
 
 (b) tm
 
-  The tm, whose version is 8.7 or later, is recommended.  Please
-  obtain from the following web site.
-
-       http://cvs.m17n.org/tomo/comp/emacsen/tm/tm-8/
-
-  To get full information, please refer README.en within package.
+  The tm, whose version is 8.7 or later, is recommended.  To get full
+  information, please refer README.en within package.
 
   tm-8.8 or earlier makes following error while compiling Wanderlust.
 
 
   tm-8.8 or earlier makes following error while compiling Wanderlust.
 
@@ -63,8 +87,6 @@ Required environment
 
   In this case, please install APEL 10.2 or later.
 
 
   In this case, please install APEL 10.2 or later.
 
-       APEL:     ftp://ftp.m17n.org/pub/mule/apel/
-
 
 Installation
 ============
 
 Installation
 ============
@@ -172,3 +194,8 @@ Sample configuration file
   samples/en/ directory. Please refer to them.
 
   To get full information, please read Info file.
   samples/en/ directory. Please refer to them.
 
   To get full information, please read Info file.
+
+
+Local Variables: 
+fill-column: 72
+End:
index 951e8cc..958bdf2 100644 (file)
@@ -5,47 +5,75 @@
                                        Yuuichi Teranishi \e$B;{@>M50l\e(B,
                                        Tsunehiko Baba    \e$BGO>l91I'\e(B
 
                                        Yuuichi Teranishi \e$B;{@>M50l\e(B,
                                        Tsunehiko Baba    \e$BGO>l91I'\e(B
 
-MIME\e$BMQ%b%8%e!<%k$N%$%s%9%H!<%k\e(B
-==============================
+MIME\e$BMQ%b%8%e!<%k$NA*Br\e(B
+======================
 
 
-  Wanderlust \e$B$r;H$&$?$a$K$O!"0J2<$N$I$A$i$+$N\e(B MIME \e$BMQ%b%8%e!<%k$r%$%s\e(B
-  \e$B%9%H!<%k$7$F$*$/I,MW$,$"$j$^$9!#5!G=$,=<<B$7$F$$$k\e(B SEMI \e$B$N;HMQ$r$*4+\e(B
-  \e$B$a$7$^$9!#\e(B
+  Wanderlust \e$B$r;H$&$?$a$K$O!"0J2<$N$I$A$i$+$N\e(B MIME \e$BMQ%b%8%e!<%k$r%$%s%9\e(B
+  \e$B%H!<%k$7$F$*$/I,MW$,$"$j$^$9!#5!G=$,=<<B$7$F$$$k\e(B SEMI \e$B$N;HMQ$r$*4+$a$7\e(B
+  \e$B$^$9!#\e(B
 
        SEMI    (1.14.1 \e$B0J>e\e(B)
        tm      (8.7 \e$B0J>e\e(B)
 
 
        SEMI    (1.14.1 \e$B0J>e\e(B)
        tm      (8.7 \e$B0J>e\e(B)
 
-  Emacs 19.28 \e$B0JA0$r%Y!<%9$H$7$?\e(B Mule \e$B$r$*;H$$$N>l9g$O\e(B tm \e$B$r%$%s%9%H!<\e(B
-  \e$B%k$7$F$/$@$5$$!#\e(BSEMI \e$B$OF0$-$^$;$s!#\e(B
+  SEMI \e$B$K$O\e(B APEL, FLIM \e$B$H8F$P$l$k%Q%C%1!<%8$bI,MW$G$9!#<g$J\e(B Emacsen \e$B$K$D\e(B
+  \e$B$$$F?d>)$5$l$k\e(B APEL, FLIM, SEMI \e$B$NAH9g$;$r0J2<$K<($7$^$9!#\e(B
+
+(a) XEmacs 21.0 \e$B0J9_\e(B
+
+       APEL 10.3, FLIM 1.14.3, SEMI 1.14.3
+
+  \e$B2DG=$J$i$P\e(B XEmacs \e$B$N%Q%C%1!<%8$H$7$F%$%s%9%H!<%k$9$k$3$H$r$*4+$a$7$^$9!#\e(B
+
+(b) Emacs 20.4 \e$B0J9_\e(B
+
+       APEL 10.3, FLIM 1.14.3, SEMI 1.14.3
+
+(c) Emacs 20.1\e$B!A\e(B20.3
+
+       APEL 10.3, CLIME 1.14.0, SEMI 1.14.3
+
+  FLIM \e$B$,F0$-$^$;$s$N$G!"Be$o$j$K\e(B CLIME \e$B$r%$%s%9%H!<%k$7$F$/$@$5$$!#\e(B
+
+(d) Emacs 19.34 (Mule 2.3)
+
+       APEL 10.3, CLIME 1.14.0, SEMI 1.14.3
 
 
-  Emacs 19.34 \e$B%Y!<%9$N\e(B Mule \e$B$G$O\e(B SEMI \e$B$rF0:n$5$;$k$3$H$b2DG=$G$9!#\e(B
-  \e$B2<5-$N%Z!<%8$,;29M$K$J$j$^$9!#\e(B
+  Emacs 19.34 \e$B%Y!<%9$N\e(B Mule \e$B$G$O\e(B SEMI \e$B$rF0:n$5$;$k$3$H$,2DG=$G$9!#2<5-$N\e(B
+  \e$B%Z!<%8$,;29M$K$J$j$^$9!#\e(B
 
        http://www.jpl.org/elips/INSTALL-SEMI-ja.html
 
 
        http://www.jpl.org/elips/INSTALL-SEMI-ja.html
 
+(e) Emacs 19.28 \e$B0JA0\e(B
 
 
-(a) SEMI \e$B$N%$%s%9%H!<%k\e(B
+       APEL 10.3, CLIME 1.14.0, tm-8.8
 
 
-  SEMI \e$B$K$O\e(B APEL, FLIM \e$B$H8F$P$l$k%Q%C%1!<%8$bI,MW$G$9!#\e(B
-  \e$B?d>)$5$l$k\e(B APEL, FLIM, SEMI \e$B$NAH9g$;$O0J2<$NDL$j$G$9!#\e(B
+  SEMI \e$B$OF0$-$^$;$s$N$G!"\e(Btm \e$B$r%$%s%9%H!<%k$7$F$/$@$5$$!#\e(BAPEL, CLIME \e$B$r:G\e(B
+  \e$B?7HG$KF~$lBX$($kI,MW$b$"$j$^$9!#\e(B
 
 
-       APEL 10.3, FLIM 1.14.3, SEMI 1.14.3
 
 
-  APEL, FLIM, SEMI, \e$B%Q%C%1!<%8$O$=$l$>$l0J2<$N\e(B URL \e$B$GF~<j2DG=$G$9!#\e(B
+MIME\e$BMQ%b%8%e!<%k$N%$%s%9%H!<%k\e(B
+==============================
 
 
-       APEL:     ftp://ftp.m17n.org/pub/mule/apel/
-       FLIM:     ftp://ftp.m17n.org/pub/mule/flim/
-       SEMI:     ftp://ftp.m17n.org/pub/mule/semi/
+  \e$B%Q%C%1!<%8$O$=$l$>$l0J2<$N\e(B URL \e$B$GF~<j2DG=$G$9!#\e(B
+
+       APEL:   ftp://ftp.m17n.org/pub/mule/apel/
+       FLIM:   ftp://ftp.m17n.org/pub/mule/flim/
+       CLIME:
+       SEMI:   ftp://ftp.m17n.org/pub/mule/semi/
+       tm:     http://cvs.m17n.org/tomo/comp/emacsen/tm/tm-8/
+
+(a) SEMI \e$B$N%$%s%9%H!<%k\e(B
 
 
-  APEL, FLIM, SEMI \e$B$N=g$K%$%s%9%H!<%k$7$F$/$@$5$$!#4pK\E*$K$9$Y$F\e(B
+  APEL, FLIM(CLIME), SEMI \e$B$N=g$K%$%s%9%H!<%k$7$F$/$@$5$$!#4pK\E*$K$9$Y$F\e(B
   make install \e$B$N<B9T$G:Q$`$O$:$G$9!#\e(B
 
   \e$B>\$7$$%$%s%9%H!<%k$NJ}K!$O3F%Q%C%1!<%8$KE:IU$5$l$F$$$k%I%-%e%a%s%H\e(B 
   (README.ja, README.en) \e$B$r;2>H$7$F$/$@$5$$!#\e(B
 
   make install \e$B$N<B9T$G:Q$`$O$:$G$9!#\e(B
 
   \e$B>\$7$$%$%s%9%H!<%k$NJ}K!$O3F%Q%C%1!<%8$KE:IU$5$l$F$$$k%I%-%e%a%s%H\e(B 
   (README.ja, README.en) \e$B$r;2>H$7$F$/$@$5$$!#\e(B
 
-  \e$B$=$NB>!"\e(BFLIM, SEMI \e$B$K$O$$$m$$$m$JJQ7A%P!<%8%g%s$,B8:_$7$^$9$,!"\e(B
-  \e$B$=$l$i$N$$$:$l$bMxMQ$9$k$3$H$,2DG=$G$9!#\e(B
-  \e$B4pK\E*$K:G?7HG$NAH9g$;$J$iF0:n$9$k$O$:$G$9!#\e(B
+  \e$B$=$NB>!"\e(BFLIM, SEMI \e$B$K$O$$$m$$$m$JJQ7A%P!<%8%g%s$,B8:_$7$^$9$,!"$=$l$i\e(B
+  \e$B$N$$$:$l$bMxMQ$9$k$3$H$,2DG=$G$9!#4pK\E*$K:G?7HG$NAH9g$;$J$iF0:n$9$k$O\e(B
+  \e$B$:$G$9!#\e(B
+
   \e$BNc$($P!"0J2<$NAH9g$;$NF0:n$,3NG'$5$l$F$$$^$9!#\e(B
 
        APEL 10.2, Chao 1.14.1, REMI 1.14.2
   \e$BNc$($P!"0J2<$NAH9g$;$NF0:n$,3NG'$5$l$F$$$^$9!#\e(B
 
        APEL 10.2, Chao 1.14.1, REMI 1.14.2
@@ -53,12 +81,8 @@ MIME\e$BMQ%b%8%e!<%k$N%$%s%9%H!<%k\e(B
 
 (b) tm \e$B$N%$%s%9%H!<%k\e(B
 
 
 (b) tm \e$B$N%$%s%9%H!<%k\e(B
 
-  tm 8.7 \e$B0J9_$N%P!<%8%g%s$,I,MW$G$9!#F~<j@h$r0J2<$K<($7$^$9!#\e(B
-
-       http://cvs.m17n.org/tomo/comp/emacsen/tm/tm-8/
-
-  \e$B>\$7$$%$%s%9%H!<%k$NJ}K!$O%Q%C%1!<%8$KE:IU$5$l$F$$$k%I%-%e%a%s%H\e(B
-  (README.en) \e$B$r;2>H$7$F$/$@$5$$!#\e(B
+  tm 8.7 \e$B0J9_$N%P!<%8%g%s$,I,MW$G$9!#>\$7$$%$%s%9%H!<%k$NJ}K!$O%Q%C%1!<\e(B
+  \e$B%8$KE:IU$5$l$F$$$k%I%-%e%a%s%H\e(B(README.en)\e$B$r;2>H$7$F$/$@$5$$!#\e(B
 
   tm 8.8 \e$B0JA0$N%P!<%8%g%s$G$O!"\e(B
 
 
   tm 8.8 \e$B0JA0$N%P!<%8%g%s$G$O!"\e(B
 
@@ -67,8 +91,6 @@ MIME\e$BMQ%b%8%e!<%k$N%$%s%9%H!<%k\e(B
   \e$B$H$$$&%(%i!<$,$G$k$3$H$,$"$j$^$9!#$3$N>l9g!"\e(BAPEL 10.2 \e$B0J9_$r%$\e(B
   \e$B%s%9%H!<%k$7$F$/$@$5$$!#\e(B
 
   \e$B$H$$$&%(%i!<$,$G$k$3$H$,$"$j$^$9!#$3$N>l9g!"\e(BAPEL 10.2 \e$B0J9_$r%$\e(B
   \e$B%s%9%H!<%k$7$F$/$@$5$$!#\e(B
 
-       APEL:     ftp://ftp.m17n.org/pub/mule/apel/
-
 
 \e$BDL>o$N%$%s%9%H!<%k\e(B
 ==================
 
 \e$BDL>o$N%$%s%9%H!<%k\e(B
 ==================
@@ -184,3 +206,8 @@ load-path \e$B$N@_Dj\e(B
   \e$B3F<+$G%[!<%`%G%#%l%/%H%j$K%3%T!<$7$FJT=8$9$k$J$I$7$F$/$@$5$$!#\e(B
 
   \e$B>\$7$$@_Dj$O\e(B Info \e$B$r8fMw$/$@$5$$!#\e(B
   \e$B3F<+$G%[!<%`%G%#%l%/%H%j$K%3%T!<$7$FJT=8$9$k$J$I$7$F$/$@$5$$!#\e(B
 
   \e$B>\$7$$@_Dj$O\e(B Info \e$B$r8fMw$/$@$5$$!#\e(B
+
+
+Local Variables: 
+fill-column: 72
+End: