Commit 3ca063c8 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Updated README

parent eaddc338
This is an example skeleton for developing out-of-tree Varnish vmods.
When running configure, specify the location of your Varnish source tree like this:
./configure VARNISHSRC=DIR
Usage:
./configure VARNISHSRC=DIR [VMODDIR=DIR]
Optionally you can also set the vmod install dir by adding VMODDIR=DIR (defaults to LIBDIR/varnish/vmods, which would become /usr/local/lib/varnish/vmods on most platforms).
VARNISHSRCDIR is the directory of the Varnish source tree for which to
compile your vmod. Both the VARNISHSRCDIR and VARNISHSRCDIR/include
will be added to the include search paths for your module.
Optionally you can also set the vmod install dir by adding VMODDIR=DIR
(defaults to LIBDIR/varnish/vmods, which would become
/usr/local/lib/varnish/vmods on most platforms).
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