aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-06 00:54:50 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-06 00:54:50 +0300
commit04c9a30540841cfbb62c963cb9ddc6dedc889d9c (patch)
tree824517023bec97c48cf20a1a7d09f5db35bc295c /README
parent9fc537495a6b56c8e6b07dedc41a8f0db1aec1aa (diff)
downloadvmod-variable-04c9a30540841cfbb62c963cb9ddc6dedc889d9c.tar.gz
vmod-variable-04c9a30540841cfbb62c963cb9ddc6dedc889d9c.tar.bz2
README: fix the Installation section
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 15 insertions, 8 deletions
diff --git a/README b/README
index f6c7ca6..05510c6 100644
--- a/README
+++ b/README
@@ -179,14 +179,21 @@ global_defined() and global_unset().
179* Installation 179* Installation
180 180
181In order to compile the package you need to have a configured and 181In order to compile the package you need to have the varnishd and
182compiled Varnish source tree. Both Varnish 3 and 4 are OK. 182varnishapi packages installed.
183 183
184Supposing that the varnish source tree is available under 184Supposing that condition is met, run:
185/usr/src/varnish-4.0.2, run:
186 185
187 ./configure --with-varnish-source=/usr/src/varnish-4.0.2 186 ./configure
188 187
189The `--with-varnish-source' option is mandatory: it tells configure 188It should be able to automatically find the necessary components. In case
190where Varnish sources reside. 189it doesn't, tweak the configuration variables as necessary. The most
190important one is PKG_CONFIG_PATH, which contains a path (in the UNIX sense)
191where the .pc files are located. It should contain a directory where the
192'varnishapi.pc' file lives. Example usage:
193
194 ./configure PKG_CONFIG_PATH=/usr/local/varnish/lib/pkgconfig:$PKG_CONFIG_PATH
195
196Please read the file INSTALL for a detailed discussion of available variables
197and command line options.
191 198
192Once configured, do 199Once configured, do
@@ -200,5 +207,5 @@ Finally, run the following command as root:
200 207
201 make install 208 make install
202 209
203* Documentation 210* Documentation
204 211

Return to:

Send suggestions and report system problems to the System administrator.