]> granicus.if.org Git - postgis/commitdiff
#2877 address_standardizer auto-building as part of configure. document switches...
authorRegina Obe <lr@pcorp.us>
Wed, 8 Oct 2014 03:22:01 +0000 (03:22 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 8 Oct 2014 03:22:01 +0000 (03:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13049 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml

index 4e820c621e5fc866acba9e46696e79eeaae41abe..2926f95b3c8cda940854f2b8bc274b2ab1f6454f 100644 (file)
@@ -171,7 +171,8 @@ psql -d yourdatabase -f sfcgal_comments.sql
          
         <listitem>
                        <para>
-                               In order to build the <xref linkend="Address_Standardizer" /> you will also need PCRE <ulink url="http://www.pcre.org">http://www.pcre.org</ulink> (which generally is already installed on nix systems) and <code>Regex::Assemble</code> perl CPAN package.  The  <code>Regex::Assemble</code> is only needed for compilation, not for running in PostgreSQL.
+                               In order to build the <xref linkend="Address_Standardizer" /> you will also need PCRE <ulink url="http://www.pcre.org">http://www.pcre.org</ulink> (which generally is already installed on nix systems).  <code>Regex::Assemble</code> perl CPAN package is only needed if you want to rebuild the data encoded in <filename>parseaddress-stcities.h</filename>.
+                               <xref linkend="Address_Standardizer" /> will automatically be built if it detects a PCRE library, or you pass in a valid <varname>--with-pcre-dir=/path/to/pcre</varname> during configure.
                        </para>
                </listitem>
 
@@ -467,7 +468,19 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
                        </para>
                  </listitem>
                </varlistentry>
-
+               
+               <varlistentry>
+                 <term><command>--with-pcredir=DIR</command></term>
+                 <listitem>
+                       <para>
+                         <ulink url="http://www.pcre.org/">PCRE</ulink> is an BSD-licensed Perl Compatible Regular Expression library required by address_standardizer extension. Use this
+                         parameter (<command>--with-pcredir=/path/to/pcredir</command>) to
+                         manually specify a particular PCRE installation directory that
+                         PostGIS will build against.
+                       </para>
+                 </listitem>
+               </varlistentry>
+               
                <varlistentry>
                  <term><command>--with-gui</command></term>
                  <listitem>