File: INSTALL

package info (click to toggle)
varnish 7.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 13,264 kB
  • sloc: ansic: 104,168; python: 2,669; makefile: 1,303; sh: 1,077; awk: 114; perl: 95; ruby: 33
file content (28 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
		      Installation Instructions

See https://varnish-cache.org/docs/trunk/installation/install_source.html
for complete and up to date install instructions.

This file only mentions the basic steps:

* Install prerequisites

* When building from the source repository, run

	sh autogen.sh

* To build and install Varnish, run

	sh configure
	make
	make install

Varnish will store run-time state in /var/run/varnishd; 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)