			    <Installation>
			    Kazu Yamamoto
			     Sep  5, 1998

This is the stable release of Mew 1.93.

Emacs 19.28, 19.34 and 20.2 or later, Mule version 2.3 based on Emacs
19.28 or 19.34, and XEmacs 20.3 or later are supposed to be officially
supported.

Support for Emacs 18, Mule 1 and XEmacs 19 and 20.2 is OBSOLETE,
sorry.

(0) Mew requires Perl 5.004 or later and IM. Install them in order
before installing Mew. They can be found in the followings:

	http://www.perl.com/CPAN/src/5.0/
	ftp://ftp.Mew.org/pub/Mew/

(1) Edit "Makefile" as you like.

(2) Type "make".

(3) Type "make install".

(4) Type "make install-info". And add the following line into the
"dir" file.

---
* Mew: (mew.info).      Messaging in the Emacs World
---

(4.1) If you want Japanese info, type "make install-jinfo" and add the
following line into the "dir" file.

---
* Mew: (mew.jis.info).  [Some Japanese]
---

(5) Copy the contents in the "etc" directory to anywhere, say
"/usr/local/lib/xemacs-20.3/etc/mew".

(6) Add the following to "~/.emacs" or your site environment file.

	(autoload 'mew "mew" nil t)
	(autoload 'mew-send "mew" nil t)
	(setq mew-mail-domain-list '("your mail domain"))
	(setq mew-icon-directory "/usr/local/lib/xemacs-20.3/etc/mew")

Note that you need to set mew-icon-directory the directory in the
stage (5).

(7) Please check "mew.dot.emacs". Cut parts or the entire of the file
then add to "~/.emacs".

(8) Install IM Perl5 package.

(9) On XEmacs, click the "Mail" tool button to start Mew. If cute cats
are displayed and no error occur, you succeeded. On text Emacs, type
"M-x mew" to execute Mew. In this case, the old demo will start.

--End of file
