               Zile build and installation instructions
               ----------------------------------------

To build and install Zile:

1) Run configure:

	./configure

2) Compile the sources:

	make

3) To install zile, run

	make install

   By default, zile is installed under /usr/local; this can be changed
   by using the --prefix argument to configure, e.g.

	./configure --prefix=$HOME/zile

   You can also run it in place (src/zile), but if you do that the
   built-in documentation won't be available.


Options
-------

If you are debugging the editor, you can enable the debugging code:

  --enable-debug          include debugging code and assertions

To build with the Allegro or EPOC front-end, use one of:

  --enable-allegro        use Allegro interface
  --enable-epocemx        use epocemx interface

For other configure options, run

	 ./configure --help
