]> granicus.if.org Git - postgis/commitdiff
#2330 Add SFCGAL Boost (and more) requires
authorOlivier Courtin <olivier.courtin@camptocamp.com>
Mon, 24 Mar 2014 09:07:24 +0000 (09:07 +0000)
committerOlivier Courtin <olivier.courtin@camptocamp.com>
Mon, 24 Mar 2014 09:07:24 +0000 (09:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12338 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml

index bec9baca2dd7b67b9546ba508723414e947efc85..f132db07a2135760fe9b93df22e62382c19eab48 100644 (file)
@@ -156,7 +156,7 @@ psql -d yourdatabase -f topology_comments.sql</programlisting>
          
          <listitem>
                <para>
-                  SFCGAL, version 0.2 (or higher) could be used to provide additional 2D and 3D advanced analysis functions to PostGIS cf <xref linkend="reference_sfcgal" />. And also allow to use SFCGAL rather than GEOS for some 2D functions provided by both backends (like ST_Intersection or ST_Area, for instance). A PostgreSQL configuration variable <code>postgis.backend</code> allow end user to control which backend he want to use if SFCGAL is installed (GEOS by default). Nota: SFCGAL 0.2 require at least CGAL 4.1.
+                  SFCGAL, version 1.0 (or higher) could be used to provide additional 2D and 3D advanced analysis functions to PostGIS cf <xref linkend="reference_sfcgal" />. And also allow to use SFCGAL rather than GEOS for some 2D functions provided by both backends (like ST_Intersection or ST_Area, for instance). A PostgreSQL configuration variable <code>postgis.backend</code> allow end user to control which backend he want to use if SFCGAL is installed (GEOS by default). Nota: SFCGAL 1.0 require at least CGAL 4.1 and Boost 1.46 (cf: <ulink url="http://oslandia.github.io/SFCGAL/installation.html">http://oslandia.github.io/SFCGAL/installation.html</ulink>)
 
                  <ulink url="https://github.com/Oslandia/SFCGAL">https://github.com/Oslandia/SFCGAL</ulink>.
                </para>