aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-05 20:22:56 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-05 20:22:56 +0300
commit69753cada1bafd8c706521a8e39e6302e751d424 (patch)
tree58ef12b3364625a04b787f45441fcd9d75deb2e4
parent625b9a4fa3c302715b06fcde8da3544f71cfe8b0 (diff)
parente0e3166a8bbe666414c2f0ee9c732f6254acf550 (diff)
downloadvmod-dbrw-69753cada1bafd8c706521a8e39e6302e751d424.tar.gz
vmod-dbrw-69753cada1bafd8c706521a8e39e6302e751d424.tar.bz2
Merge branch 'master' of ssh://git.gnu.org.ua/gitroot/vmod-dbrw
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index a741783..a3d3ffc 100644
--- a/README
+++ b/README
@@ -90,23 +90,37 @@ The VCL code differs only in the call to dbrw.config in vcl_recv:
}
* Installation
In order to compile the package you need to have installed
varnishd and varnishapi package.
+<<<<<<< HEAD
Supposing that condition is met, run:
./configure
It should be able to automatically find the necessary components. In case
it doesn't, tweak the configuration variables as necessary. The most
important one is PKG_CONFIG_PATH, which contains a path (in the UNIX sense)
where the .pc files are located. It should contain a directory where the
'varnishapi.pc' file lives. Example usage:
+=======
+
+Supposing that condition is met, run:
+
+ ./configure
+
+It should be able to automatically find the necessary components. In case
+it doesn't, tweak the configuration variables as necessary. The most
+important one is PKG_CONFIG_PATH, which contains a path (in the UNIX sense)
+where the .pc files are located. It should contain a directory where the
+'varnishapi.pc' file lives. Example usage:
+
+>>>>>>> e0e3166a8bbe666414c2f0ee9c732f6254acf550
./configure PKG_CONFIG_PATH=/usr/local/varnish/lib/pkgconfig:$PKG_CONFIG_PATH
Please read the file INSTALL for a detailed discussion of available variables
and command line options.
Once configured, do

Return to:

Send suggestions and report system problems to the System administrator.