Basic Installation
==================

   These are the installation instructions for NICOLE.

**
   If there is anything in this document that you can't follow or have
trouble understanding, please drop me an email <pghowlett@ozemail.com.au>
as I want to make the installation of NICOLE as simple and painless as
possible.
**

The simplest way to compile this package is:

  1. Type `./configure' to configure the package for your system.  If you're
     using `csh' on an old version of System V, you might need to type
     `sh ./configure' instead to prevent `csh' from trying to execute
     `configure' itself.

     Running `configure' takes a while.  While running, it prints some
     messages telling which features it is checking for.

  2. Type `make' to compile the package.

  3. Type 'make install' to install the application files. They will always
     install into the /usr/local/bin directory.

  4. If NICOLE compiles with no errors then you need to run the MySQL
     setup scripts. They are located in <base>/sql. The script you need
     to run is called 'root.sh'. You need to be logged in as root to
     execute this script.

********************
