* liece-handle.el (liece-handle-mode-message): Check chnlp before
[elisp/liece.git] / INSTALL
1 -*- mode: text; left-margin: 2; fill-column: 70; -*-
2
3   This program is in very early developing stage. Please use at your
4   own risk.
5   
6 * Requirements
7
8   Liece works under following environment at least.
9   
10   - Emacs 20.7
11   - XEmacs 21.4 or later
12   
13   This package uses following libraries.
14   
15   - APEL 10.3 or later
16        ftp://ftp.m17n.org/pub/mule/apel/
17
18 * Quick installation
19
20   (Install APEL, then)
21   % ./configure
22   % make
23   % su
24   Password:
25   # make install
26   
27   If you are not able to become super-user, you may specify local
28   directory to install.
29   
30   % ./configure --prefix=~/ --with-lispdir=~/elisp
31
32 * Configuration and running
33   
34 ** Setting up your ~/.emacs   
35   
36   If you are using Emacs 20.7 or XEmacs, prepare `subdirs.el' with the
37   following contents, Emacs will find and append each substantial
38   directory to `load-path' automagically.
39
40   ex:
41   (normal-top-level-add-subdirs-to-load-path)
42
43   If you have never been using liece and/or its variants, 
44   add an autoload setting into your `~/.emacs'.
45
46   ex:
47   (autoload 'liece "liece" nil t)
48
49 ** Setting up your ~/.liece/init.el
50   
51   If you have never run Liece, and quite unsure to configure startup
52   files in Emacs Lisp, please copy `sample.dot.emacs' file to
53   `~/.liece/init.el'.
54   
55 * Optional packages
56
57   Following packages are optional. If install script of this package
58   found them, it would use various functionality provided by them.
59   
60   X-Face utility
61         ftp://ftp.jpl.org/pub/elisp/
62
63   bitmap-mule
64         ftp://ftp.jpl.org/pub/elisp/bitmap/ (only for GNU Emacs)