INSTALLATION information for Moonlight Creator
March 2 1998
----------------------------------------------

For compiling Moonlight Creator, you need:
  + GNU make
  + gcc 2.7.2.* (please don't use gcc 2.8.0)

and the following libraries:
  + Mesa
  + freetype-1.0
  + GLTT
  + zlib-1.0.4
  + jpeg v6a
  + tiff 3.4

You also need a POSIX threads library (libpthread or libpthreads)
for full multi-threaded radiosity computation.

Use the "configure" script to create your Makeconfig file.

The "configure" script will try to find the libraries in top source dir,
$HOME, /usr, /usr/local, and so on.
Try "configure --help" for options.

For compiling under Windoze, run the "configure.cygnus" script.
If you are under Linux, the script will use gnuwin32gcc, gnuwin32ar, etc.
Under Windoze, you'll need Cygnus-Win32 b18 or b19.

The resulting binary will be in:

  $topdir/bin/$target_os/opt/moonlight

A link will be created:

  $topdir/bin/moonlight -> $target_os/opt/moonlight

