From b3b4bce529e76785d7199bb87f0289d090d4171f Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 1 Mar 2000 18:31:21 +0000 Subject: zsh-workers/9961 --- INSTALL | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index ef24ad690..93a9f34ef 100644 --- a/INSTALL +++ b/INSTALL @@ -97,6 +97,13 @@ with the list of modules which are to be compiled into the main binary, one module name per line with no punctuation and no suffix. See the zshmodules manual page for the list of available modules. +Note that mymods.conf replaces the standard list of linked-in modules from +Src/xmods.conf. If you wish to add to the standard list, copy the lines +that begin with "L " from xmods.conf into mymods.conf and remove the "L " +from each such line in mymods.conf. Then add the names of other modules +that you want to link. Module names typically must begin with "zsh/"; +only modules appearing in Src/Aliases/*.mdd may omit the "zsh/" prefix. + Note that the modules depending on zle or complete (e.g.: complist and deltochar) cannot be loaded dynamically on systems which do not allow symbols in one dynamically loaded library to be visible from another; this is true, -- cgit 1.4.1