Commit 42621d2d authored by Nils Goroll's avatar Nils Goroll

notes on use of curl

parent 1eb1142a
...@@ -110,9 +110,9 @@ be build. ...@@ -110,9 +110,9 @@ be build.
When building from the source repository: When building from the source repository:
* libtool * `libtool`
* autoconf 2.69 or later * `autoconf` 2.69 or later
* automake * `automake`
For all builds: For all builds:
...@@ -120,9 +120,9 @@ For all builds: ...@@ -120,9 +120,9 @@ For all builds:
versions and clang should work versions and clang should work
* A working build environment with all standard headers and tools * A working build environment with all standard headers and tools
(e.g. make) (e.g. `make`)
* perl * `perl`
* The following perl modules: * The following perl modules:
...@@ -132,9 +132,13 @@ For all builds: ...@@ -132,9 +132,13 @@ For all builds:
* `MIME::Base64` * `MIME::Base64`
To download the dcs DB (through the `DCS_ACCOUNT` parameter to `configure`)
* `curl`
To build the documentation To build the documentation
* rst2man * `rst2man`
To build the varnish module (VMOD) To build the varnish module (VMOD)
...@@ -438,6 +442,14 @@ not link dynamically to `libdcs.so`. This is done for two reasons: ...@@ -438,6 +442,14 @@ not link dynamically to `libdcs.so`. This is done for two reasons:
from one DCS database is used with `libvmod_dcs.so` generated from from one DCS database is used with `libvmod_dcs.so` generated from
another another
cURL
----
`curl` uses environment variables like `http_proxy`. If they do not pass through
the Makefiles (as with some versions of `make`),
`curl` can be configured using `~/.curlrc`.
ACKNOWLEDGEMENTS ACKNOWLEDGEMENTS
================ ================
......
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