initial commit
[jalview.git] / forester / archive / RIO / others / hmmer / squid / INSTALL
1 Brief installation instructions for squid
2 SRE, Tue Jul 25 08:52:03 2000
3 ________________________________________________________________
4
5 For a source distribution (example: squid-1.7.tar.gz), on a UNIX system:
6
7    gunzip squid-1.7.tar.gz   Uncompresses the archive.
8    tar xf squid-1.7.tar      Unpacks the archive. 
9                              (makes a new directory, squid-1.7)
10    cd squid-1.7              Moves into the distribution toplevel directory.
11    ./configure               Configures the software for your system.
12    make                      Builds the binaries. 
13    make install              Installs the software. (You may need to be root.)
14    make clean                Cleans up.
15  
16 The default is to install into /usr/local/bin and other /usr/local
17 subdirectories. If this isn't what you want, edit the top of the
18 Makefile; instructions are provided there for changing the
19 installation paths.
20
21 Any failure to install on a UNIX system is a bug. Please report it.
22
23 Man pages are provided for some programs; see Man/ subdirectory.
24
25
26
27
28
29
30
31