* liece-emacs.el: Don't use insert-file-contents-as-binary to read
[elisp/liece.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 05b57e1..390d4f6 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -8,11 +8,11 @@
   Liece works under following environment at least.
   
   - Emacs 20.7
-  - XEmacs 21.4 or later
+  - XEmacs 21.1 or later
   
   This package uses following libraries.
   
-  - APEL 10.3 or later
+  - APEL 10.2 or later (stands for - "A Portable Emacs Library")
        ftp://ftp.m17n.org/pub/mule/apel/
 
 * Quick installation
@@ -33,9 +33,9 @@
   
 ** Setting up your ~/.emacs   
   
-  If you are using Emacs 20.7 or XEmacs, prepare `subdirs.el' with the
-  following contents, Emacs will find and append each substantial
-  directory to `load-path' automagically.
+  If you are using Emacs 20.7, prepare `subdirs.el' with following
+  contents, Emacs will find and append each substantial directory to
+  `load-path' automagically.
 
   ex:
   (normal-top-level-add-subdirs-to-load-path)
   ex:
   (autoload 'liece "liece" nil t)
 
-** Setting up your ~/.liece/init.el
-  
-  If you have never run Liece, and quite unsure to configure startup
-  files in Emacs Lisp, please copy `sample.dot.emacs' file to
-  `~/.liece/init.el'.
+  If you are using Emacs 20.7 and have never run Liece, run
+  `etc/gnu-emacs-user-config' to prepare initial settings.
   
 * Optional packages
 
   Following packages are optional. If install script of this package
   found them, it would use various functionality provided by them.
   
+  custom
+       http://www.dina.kvl.dk/~abraham/custom/
+
   X-Face utility
        ftp://ftp.jpl.org/pub/elisp/
 
   bitmap-mule
-       ftp://ftp.jpl.org/pub/elisp/bitmap/ (only for GNU Emacs)
+       ftp://ftp.jpl.org/pub/elisp/bitmap/ (for GNU Emacs only)