File: INSTALL

package info (click to toggle)
varnish 1.1.2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,220 kB
  • ctags: 1,778
  • sloc: ansic: 17,911; sh: 9,315; xml: 692; makefile: 353
file content (19 lines) | stat: -rw-r--r-- 758 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
		      Installation Instructions

Varnish uses the GNU autotools.  To build and install Varnish, simply
run the 'configure' script in the top-level directory, then run 'make'
and 'make install'.

If you obtained the sources directly from the Subversion repository,
you will need to run autogen.sh first to create the configure script.

Varnish will store run-time state in $localstatedir/varnish; you may
want to tune this using configure's --localstatedir parameter.

Additional configure options of interest:

  --enable-developer-warnings
                          enable strict warnings (default is NO)
  --enable-debugging-symbols
                          enable debugging symbols (default is NO)
  --enable-werror         use -Werror (default is NO)