aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
@@ -93,6 +93,7 @@ The VCL code differs only in the call to dbrw.config in vcl_recv:
93 93
94In order to compile the package you need to have installed 94In order to compile the package you need to have installed
95varnishd and varnishapi package. 95varnishd and varnishapi package.
96<<<<<<< HEAD
96 97
97Supposing that condition is met, run: 98Supposing that condition is met, run:
98 99
@@ -104,6 +105,19 @@ important one is PKG_CONFIG_PATH, which contains a path (in the UNIX sense)
104where the .pc files are located. It should contain a directory where the 105where the .pc files are located. It should contain a directory where the
105'varnishapi.pc' file lives. Example usage: 106'varnishapi.pc' file lives. Example usage:
106 107
108=======
109
110Supposing that condition is met, run:
111
112 ./configure
113
114It should be able to automatically find the necessary components. In case
115it doesn't, tweak the configuration variables as necessary. The most
116important one is PKG_CONFIG_PATH, which contains a path (in the UNIX sense)
117where the .pc files are located. It should contain a directory where the
118'varnishapi.pc' file lives. Example usage:
119
120>>>>>>> e0e3166a8bbe666414c2f0ee9c732f6254acf550
107 ./configure PKG_CONFIG_PATH=/usr/local/varnish/lib/pkgconfig:$PKG_CONFIG_PATH 121 ./configure PKG_CONFIG_PATH=/usr/local/varnish/lib/pkgconfig:$PKG_CONFIG_PATH
108 122
109Please read the file INSTALL for a detailed discussion of available variables 123Please read the file INSTALL for a detailed discussion of available variables

Return to:

Send suggestions and report system problems to the System administrator.