	$Id: INSTALL,v 1.2 1998/08/21 13:15:22 nickm Exp nickm $

To Install
----------

1. Check the definition for NArrayFloat (and NARRAY_NCFLOAT) in
narray.h.  If you want double precision narray's, change the defn. of
NArrayFloat.

2. Run the configure script, specifying location of tcl:

switch			meaning
----------------------- ----------------------------------------------------
--with-tcl=path		look for tcl.h in path/include, libtcl.a in path/lib
			(path defaults to /usr/local)

--with-tcl-include=path
--with-tcl-lib=path	look for tcl.h or libtcl.a in path

--with-gcc		use gcc instead of cc

3. Check config.status and re-run until it looks ok.

4. Run make, then make install.

Machines
--------

Here's a list of machines narray has been compiled on:

architecture OS	        compiler & notes
------------ ---------  ---------------------------
sparc	     SunOS 4.1  GNU C
sparc	     Solaris2.3 GNU C 2.5.8 & the unbundled compiler.  GNU C
			seems to generate better code.
i586	     Linux 2.0  GNU C 2.7.2.3
mips	     IRIX  6.2	GNU C 2.7.2.3
