Changes between Version 48 and Version 49 of FileGDB


Ignore:
Timestamp:
Nov 19, 2020, 9:04:09 AM (3 years ago)
Author:
jontwo
Comment:

Add up-to-date information about building conda plugins on Windows

Legend:

Unmodified
Added
Removed
Modified
  • FileGDB

    v48 v49  
    9595Note that by doing so, you might have issues if using C++ gdal dependencies built with the new ABI, or if using GDAL in a C++ software built with the new ABI. So update to FileGDB API 1.5 GCC51 packages is strongly recommended.
    9696
     97=== Compiling GDAL 2.3+ ===
     98
     99GDAL 2.3 switched to [https://trac.osgeo.org/gdal/wiki/rfc68_cplusplus11 C++11 compilation mode by default], which means that on Windows, Microsoft Visual Studio 2015 (VC14) or greater must be used. You may need to enable ATL and Windows 10 SDK during install to ensure all the necessary include files are available.
     100
     101=== Building plugins with Conda ===
     102
     103An example recipe for building a `libgdal-filegdb` plugin can be found [https://github.com/osgeo-forge/libgdal-filegdb-feedstock here] on osgeo-forge. This can be installed alongside a GDAL package such as the one found in the `conda-forge` channel to provide FileGDB support. It requires the `filegdb-api` package, the recipe for which can be found [https://github.com/osgeo-forge/filegdb-api-feedstock here].
     104
    97105== Testing the driver ==
    98106