 Installation instructions
 
 1. Create a directory
 2. tar the file 
	[tar zxvf gneuralnet.tar.Z] for linux
        [gtar zxvf gneuralnet.tar.Z] for others
 3. If installing in on the whole system, type 
      ./configure
    If you are installing it for personal use, type something like
      ./configure --prefix=`pwd`
 4. gmake	[ make for linux ]
 5. gmake install	[ gmake install for linux ]
 6. type `gneuralnet' to run program.

JimDavies
jimmyd@lanl.gov 

