Update README and slim vcc, check in man page

parent c4d1e08f
...@@ -30,7 +30,7 @@ stamp-h1 ...@@ -30,7 +30,7 @@ stamp-h1
# vmodtool # vmodtool
vcc_*_if.[ch] vcc_*_if.[ch]
vmod_*.rst vmod_hoailona.rst
# man # man
......
...@@ -11,9 +11,6 @@ resources. This sequence will install the VMOD:: ...@@ -11,9 +11,6 @@ resources. This sequence will install the VMOD::
> make check # to run unit tests in src/tests/*.vtc > make check # to run unit tests in src/tests/*.vtc
> sudo make install > sudo make install
``make check`` requires that the VMOD ``blob`` is installed
(https://code.uplex.de/uplex-varnish/libvmod-blob).
If you have installed Varnish in a non-standard directory, call If you have installed Varnish in a non-standard directory, call
``autogen.sh`` and ``configure`` with the ``PKG_CONFIG_PATH`` ``autogen.sh`` and ``configure`` with the ``PKG_CONFIG_PATH``
environment variable pointing to the appropriate path. For example, environment variable pointing to the appropriate path. For example,
......
This diff is collapsed.
This diff is collapsed.
...@@ -584,11 +584,6 @@ Example:: ...@@ -584,11 +584,6 @@ Example::
std.log("Using VMOD hoailona version " + hoailona.version()); std.log("Using VMOD hoailona version " + hoailona.version());
REQUIREMENTS
============
This VMOD requires Varnish since version 5.2
LIMITATIONS LIMITATIONS
=========== ===========
......
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