[postgis-tickets] r14321 - fix path slashes should be unix not windows slash

Regina Obe lr at pcorp.us
Sun Oct 25 16:08:32 PDT 2015


Author: robe
Date: 2015-10-25 16:08:32 -0700 (Sun, 25 Oct 2015)
New Revision: 14321

Modified:
   web/_content/posts/2015/10-25_postgis_sfcgal_extension.html
Log:
fix path slashes should be unix not windows slash

Modified: web/_content/posts/2015/10-25_postgis_sfcgal_extension.html
===================================================================
--- web/_content/posts/2015/10-25_postgis_sfcgal_extension.html	2015-10-25 20:31:08 UTC (rev 14320)
+++ web/_content/posts/2015/10-25_postgis_sfcgal_extension.html	2015-10-25 23:08:32 UTC (rev 14321)
@@ -28,7 +28,7 @@
 
   a. Need [Boost](http://www.boost.org/), [CGAL](http://www.cgal.org/), and [SFCGAL](http://sfcgal.org/). ``SFCGAL`` is compiled with [CMake](https://cmake.org/) similar to pgRouting. Note that Boost and CGAL are also prequisites of [pgRouting](http://pgrouting.org/), so you are almost there if you have pgRouting.  ``SFCGAL`` is a relatively thin wrapper for CGAL to allow CGAL functions to be used with SQL/MM 2D/3D types.
   
-  b. You need to have in your PostGIS configure script: ```--with-sfcgal=\path\to\sfcgal-config``` as noted in [Configuration](/docs/manual-2.2/postgis_installation.html#installation_configuration)
+  b. You need to have in your PostGIS configure script: ```--with-sfcgal=/path/to/sfcgal-config``` as noted in [Configuration](/docs/manual-2.2/postgis_installation.html#installation_configuration)
   
   
 If you are getting PostGIS from a package distribution, be warned that few packagers that offer PostGIS 2.2 have postgis_sfcgal.



More information about the postgis-tickets mailing list