390d4f62db60c5d72eb9ac95903464abc6600550
[packages] / xemacs-packages / liece / 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.1 or later
12   
13   This package uses following libraries.
14   
15   - APEL 10.2 or later (stands for - "A Portable Emacs Library")
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, prepare `subdirs.el' with following
37   contents, Emacs will find and append each substantial directory to
38   `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   If you are using Emacs 20.7 and have never run Liece, run
50   `etc/gnu-emacs-user-config' to prepare initial settings.
51   
52 * Optional packages
53
54   Following packages are optional. If install script of this package
55   found them, it would use various functionality provided by them.
56   
57   custom
58         http://www.dina.kvl.dk/~abraham/custom/
59
60   X-Face utility
61         ftp://ftp.jpl.org/pub/elisp/
62
63   bitmap-mule
64         ftp://ftp.jpl.org/pub/elisp/bitmap/ (for GNU Emacs only)