Merge semi-1_10_2.
[elisp/semi.git] / README.en
index d4699ff..a831529 100644 (file)
--- a/README.en
+++ b/README.en
@@ -40,9 +40,9 @@ Required environment
   19.14.  SEMI also does not support Emacs 19.29 to 19.34, XEmacs
   19.15 or XEmacs 20.2 without mule, but SEMI may work with them.
 
-  SEMI requires APEL (8.7 or later) and FLIM (1.8.0 or later) package.
-  Please install them before installing it.  APEL package is available
-  at:
+  SEMI requires APEL (9.6 or later) and FLIM (1.11.2 or later)
+  package.  Please install them before installing it.  APEL package is
+  available at:
 
        ftp://ftp.jaist.ac.jp/pub/GNU/elisp/apel/
 
@@ -60,6 +60,23 @@ Required environment
 Installation
 ============
 
+(a) run in expanded place
+
+  If you don't want to install other directories, please do only
+  following:
+
+       % make
+
+  You can specify the emacs command name, for example
+
+       % make EMACS=xemacs
+
+  If `EMACS=...' is omitted, EMACS=emacs is used.
+
+(b) make install
+
+  If you want to install other directories, please do following:
+
        % make install
 
   You can specify the emacs command name, for example
@@ -92,6 +109,36 @@ Installation
   emacs command is used (perhaps /usr/local/share/emacs/site-lisp or
   /usr/local/lib/xemacs/site-lisp).
 
+  If the emu modules (included in APEL package) have been installed in
+  the non-standard directory, you should specify where they will be
+  found, for example:
+
+       % make install VERSION_SPECIFIC_LISPDIR=~/elisp
+
+(c) install as a XEmacs package
+
+  If you want to install to XEmacs package directory, please do
+  following:
+
+       % make install-package
+
+  You can specify the emacs command name, for example
+
+       % make install-package XEMACS=xemacs-21
+
+  If `XEMACS=...' is omitted, XEMACS=xemacs is used.
+
+  You can specify the package directory, for example:
+
+       % make install PACKAGEDIR=~/.xemacs
+
+  If `PACKAGEDIR=...' is omitted, the first existing package
+  directory is used.
+
+  Notice that XEmacs package system requires XEmacs 21.0 or later.
+
+(a,b,c)
+
   You can specify other optional settings by editing the file
   ${archive}/SEMI-CFG.  Please read ${archive}/README.en and comments
   in ${archive}/SEMI-CFG.
@@ -204,4 +251,4 @@ Other authors
     Artur Pioro <artur@flugor.if.uj.edu.pl>
     Dan Rich <drich@morpheus.corp.sgi.com>
         (contribute to evolve mime-image.el with XEmacs)
-    Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
+    Katsumi Yamaoka <yamaoka@jpl.org>