Remove xetla pkg
[packages] / xemacs-packages / zenirc / INSTALL
1 1) Run `./configure' in the same directory as this file.
2
3 2) Check Makefile in the same directory as this file to make sure it
4    says what you want.
5
6 3) Run `make install' in the same directory as this file.
7
8 4) If you don't install ZenIRC in the system directories you need to add
9    an entry to your "load-path", preferably in your ~/.emacs file;
10
11    (setq load-path (cons 
12                     (expand-file-name "/full/path/to/zenirc/directory") 
13                     load-path))
14
15 5) Read src/zenirc-example.el for instructions on how to set up ZenIRC
16    for daily abuse.
17
18 To try it out--run `emacs', M-x load-library zenirc, M-x zenirc, Waste Time.
19 If this doesn't work, e-mail your problems to `zenirc-bug@splode.com'.
20
21 Per Persson <pp@sno.pp.se> 1996-04-26.