From 6bd143e818d98d4755a980aa519ad4f829df7148 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 15 Sep 1998 06:24:30 +0000 Subject: [PATCH] (Installation): Add `install as a XEmacs package'. --- README.en | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.en b/README.en index 74bf582..9cf5025 100644 --- a/README.en +++ b/README.en @@ -87,6 +87,28 @@ Installation You can specify other optional settings by editing the file FLIM-CFG. Please read comments in it. +(1-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. + load-path (for Emacs or MULE) ============================= -- 1.7.10.4