Installing Obuild version .07
-----------------------------

Before installing Obuild, there are a few things you should know.  Obuild
is not a patch, though it may be in the near future if I get requests for
it.  Obuild is intended to be copied directly over _stock_ circlemud
source code.  This means that if you want obuild to work correctly, and
you don't want it to overwrite anything you've already changed, you should
have a clean unedited copy of circlemud 3.0bpl11.

That said, copy all the *.c files, *.h files, and the Makefile.in to your
circlemud src directory.

cd to the top circlemud directory (the one with configure) and type:

./configure

cd to your src directory, and type the following:

make clean
make

Copy obuild.hlp from this directory to lib/text/help

cd to lib/text/help and edit index, and add obuild.hlp before the $

Copy *faq, *.txt, and *.doc from this directory to your circlemud doc
directory, and mail copies to your builders.

Read all the *faq, *.txt, and *.doc files in this directory, and README,
if you haven't already.

Fire up your mud and have a nut!

If you choose to install the improved_edit patch, obuild has support for
it, but you have to make a few changes in act.build.c.  The changes are
well-marked.  Read the comments at the top of act.build.c for details.
