From 1e47c8fa4e7baf9a11d7e2e4f249d5ca8fd9a9dd Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 8 Oct 2014 03:22:01 +0000 Subject: [PATCH] #2877 address_standardizer auto-building as part of configure. document switches to override pcre path. git-svn-id: http://svn.osgeo.org/postgis/trunk@13049 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/installation.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index 4e820c621..2926f95b3 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -171,7 +171,8 @@ psql -d yourdatabase -f sfcgal_comments.sql - In order to build the you will also need PCRE http://www.pcre.org (which generally is already installed on nix systems) and Regex::Assemble perl CPAN package. The Regex::Assemble is only needed for compilation, not for running in PostgreSQL. + In order to build the you will also need PCRE http://www.pcre.org (which generally is already installed on nix systems). Regex::Assemble perl CPAN package is only needed if you want to rebuild the data encoded in parseaddress-stcities.h. + will automatically be built if it detects a PCRE library, or you pass in a valid --with-pcre-dir=/path/to/pcre during configure. @@ -467,7 +468,19 @@ tar -xvzf postgis-&last_release_version;.tar.gz - + + + --with-pcredir=DIR + + + PCRE is an BSD-licensed Perl Compatible Regular Expression library required by address_standardizer extension. Use this + parameter (--with-pcredir=/path/to/pcredir) to + manually specify a particular PCRE installation directory that + PostGIS will build against. + + + + --with-gui -- 2.50.1