Instructions on compiling/installing SLAM
-----------------------------------------

This distribution of SLAM contains source as well as pre-compiled binaries. 
If the user wishes to use only the binaries, there is no need to read further.
Please look at README for a description of various files.

1) Copy the Makefile corresponding to your architecture to makefile. Currently
   supported architectures are:

   Sun: SunOS/Solaris
   DEC: OSF/1
   SGI: Irix
   HP:  HPUX

   Compilers tested: AT&T CFRONT (including CFRONT based compilers 
   SunSoft CC, HP CC, SGI CC), DEC C++ and GNU G++ V2.6.0

2) Edit makefile to set various compile/install options. These have been 
   described in the makefile.

3) Type "make" to perform a build for your architecture.

3) Type "make install" to install the distribution to a user specified 
   location.

------------------------------------------------------------------------------

Problems, questions to slam@cs.columbia.edu
