
INSTALLING ZSH
--------------
To configure zsh, first change to the src directory and configure zsh by
typing "./buildzsh".  The buildzsh script takes various options
that are useful if you want to use a nonstandard compiler, build on
several architectures, etc.  Do a "./buildzsh help" for details.

If no errors occur, then:


make install.bin             This will install the zsh binary.
make install.man             This will install the zsh man page.
make install.info            This will install the zsh info files.

or you can just do:

make install                 This will install all of the above.


"make install.info" will only move the info files into the
info directory.  You will have to edit the topmost node of the info
tree "dir" manually in order to have the zsh info files available
to your info reader.

Look in the file ./etc/MACHINES to see the architectures that zsh has
been tested on, as well as any special instructions for your
particular architecture.

To build zsh on additional architectures, you can do a "make distclean"
and run buildzsh again.


ALTERNATE MALLOC ROUTINES
-------------------------
Included in this release are alternative malloc and associated
functions which reduce memory usage on some systems.  You can use
these by defining USE_ZSH_MALLOC in config.h.
