    Spider Installation
    ===================

Prerequisites:

    General:
     - 4 to 10 MB free memory
     - 3 MB disk space
     - /proc filesystem      
     - GNU tar 1.11.8+
     - Korn or C compatible shell
     
    Optional:
     - gzip 1.2.4+ or compress 4.2.4+
       (maybe it will work with older versions)

    Linux:
     - Kernel with ELF binary support

          
Installation:    
 
1. Copy archive to root directory.
	
    HP-UX, SunOS, Ultrix:
	cp spider-X.X.X.tar.Z /
    Linux:
	cp spider-X.X.X.tar.gz /
        
2. Decompress archive.

    HP-UX, SunOS, Ultrix:
	uncompress /spider-X.X.X.tar.Z
    Linux:
	gunzip /spider-X.X.X.tar.gz     
 
3. Extract archive.

        tar -xf /spider-X.X.X.tar

4. Delete archive.

	rm /spider-X.X.X.tar

5. Configure Spider.

    Look at /usr/lib/spider/config/README.config.

6. That's all!

If you want to install the libraries to another path, add this line
according to your shell:

Korn:
    export SPIDERPATH=/usr/lib/spider
	 to ~/.profile or to /etc/profile:
C:	     
    setenv SPIDERPATH /usr/lib/spider
	 to  ~/.login, ~/.cshrc, /etc/csh.cshrc or /etc/csh.login
    
If you want to use an other language or don't want to execute all moduls,
look at /usr/lib/spider/config/README.config

If you want to support this project, please send your info file and perhaps
some information about your system to Stephan Trebs <sweet@gmx.net>.

If you have some problems send your bug description with your info file to
Stephan Trebs <sweet@gmx.net>.