Commit 2f2e37c8 authored by Geoff Simmons's avatar Geoff Simmons

document the gcc requirement

parent 2981d24e
Pipeline #68 skipped
...@@ -12,6 +12,9 @@ the website. You can also write to <varnish-support@uplex.de>. ...@@ -12,6 +12,9 @@ the website. You can also write to <varnish-support@uplex.de>.
For developers For developers
-------------- --------------
This project requires use of the gcc compiler, since the RHash sources
require it.
The build specifies C99 conformance, all compiler warnings turned on, The build specifies C99 conformance, all compiler warnings turned on,
and all warnings considered errors (compiler options ``-std=c99 and all warnings considered errors (compiler options ``-std=c99
-Werror -Wall``). -Werror -Wall``).
......
...@@ -481,9 +481,9 @@ REQUIREMENTS ...@@ -481,9 +481,9 @@ REQUIREMENTS
This VMOD requires at least Varnish version 4.1, and has been tested This VMOD requires at least Varnish version 4.1, and has been tested
against versions through 5.0.0. against versions through 5.0.0.
Perl 5 is required for the build. For the self-tests invoked by ``make The gcc compiler and Perl 5 are required for the build. For the
check``, the VMODs ``blobcode`` and ``blob`` must be installed (see self-tests invoked by ``make check``, the VMODs ``blobcode`` and
`SEE ALSO`_). ``blob`` must be installed (see `SEE ALSO`_).
LIMITATIONS LIMITATIONS
=========== ===========
......
...@@ -421,9 +421,9 @@ REQUIREMENTS ...@@ -421,9 +421,9 @@ REQUIREMENTS
This VMOD requires at least Varnish version 4.1, and has been tested This VMOD requires at least Varnish version 4.1, and has been tested
against versions through 5.0.0. against versions through 5.0.0.
Perl 5 is required for the build. For the self-tests invoked by ``make The gcc compiler and Perl 5 are required for the build. For the
check``, the VMODs ``blobcode`` and ``blob`` must be installed (see self-tests invoked by ``make check``, the VMODs ``blobcode`` and
`SEE ALSO`_). ``blob`` must be installed (see `SEE ALSO`_).
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