[gdal-dev] sfcgal support

Even Rouault even.rouault at spatialys.com
Wed Dec 23 10:09:56 PST 2020


On mercredi 23 décembre 2020 12:09:04 CET Franco Amato wrote:
> Hi everyone,
> I would know if is possible to build gdal (3.x) with sfcgal support
> as indicated at this link
> https://github.com/OSGeo/gdal/blob/master/gdal/m4/sfcgal.m4.
> 
> I took a look at the nmake.opt file in the source package and didn't find
> the right option.

It looks like it was never added to the Windows makefiles. It shouldn't be 
hopefully too hard to add if you want to try:
- make sure that the SFCGAL .lib is added to EXTERNAL_LIBS in nmake.opt
- edit ogr/makefile.vc to pass -DHAVE_SFCGAL and -I to the header files of 
SFCGA in EXTRA_FLAGS

Even

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com


More information about the gdal-dev mailing list