// vMac Unix INSTALL
// Michael Hanni (mhanni@sprintmail.com)

Install:
========

Type ./configure --help for a full listing of options.


For NEXTSTEP:
=============

Step 0: ./configure --with-nextstep

Step 1: Compile:

	make

For the rest:
=============

Step 0: ./configure with your prefered options [shown below]:

--enable and --with options recognized:
  --with-x                use the X Window System
  --enable-motifgui       compile with Motif/LessTif GUI.
  --enable-nogui          compile with no GUI.
  --enable-scanline       compile to use Scanline redraw.
  --enable-mitshm         compile to use MITSHM in Scanline redraw.
  --with-svga             compile SVGALib version.
  --with-nextstep         compile NeXTSTEP version.

For example, if you are on IRIX and want to use the motifgui you would do:

	mindijari# ./configure --enable-motifgui

Play with it, its fun, and won't bite!

Step 1: Compile

	mindijari# make

Troubleshooting:
================

Bugs have been fixed, ./configure sets everything up just for YOUR
machine. wow. :>

Have fun!
Michael
