From d66d89b4d733242fb87ec5c4c0254e7bd5395cf5 Mon Sep 17 00:00:00 2001 From: Lee Date: Tue, 1 Dec 2020 17:35:49 -0600 Subject: [PATCH] Document building --with-stream Fixes #86 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d3b62c1..7db3298 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ make make install ``` +##### If you need stream support, make sure to compile with stream: +``` +./configure --add-dynamic-module=/path/to/ngx_http_geoip2_module --with-stream +OR +./configure --add-module=/path/to/ngx_http_geoip2_module --with-stream +``` + + ## Download Maxmind GeoLite2 Database (optional) The free GeoLite2 databases are available from [Maxminds website](http://dev.maxmind.com/geoip/geoip2/geolite2/) (requires signing up)