From 88c0fcfbd40b548655aa1caf408a8ce7cf2fcb64 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 18 Jul 2014 07:29:02 +0000 Subject: [PATCH] Add pcre as optional dependency for building address standardizer git-svn-id: http://svn.osgeo.org/postgis/trunk@12798 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/installation.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/installation.xml b/doc/installation.xml index 0210f87ea..01c478dee 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -168,6 +168,12 @@ psql -d yourdatabase -f sfcgal_comments.sql https://github.com/Oslandia/SFCGAL. + + + + 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. + + -- 2.50.0