Improve clarity of INSTALL

Closes #3831
parent 66d72f35
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'. On Linux, you need to run 'ldconfig' as root
afterwards in order to update the shared library cache.
See https://varnish-cache.org/docs/7.1/installation/install_source.html
for complete and up to date install instructions.
If you obtained the sources directly from the Git repository, you will
need to run autogen.sh first to create the configure script.
This file only mentions the basic steps:
* Install prerequesites
* 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/varnish; you may
want to tune this using configure's --localstatedir parameter.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment