Changes between Version 4 and Version 5 of FileGDB


Ignore:
Timestamp:
Jul 11, 2011, 11:59:23 AM (13 years ago)
Author:
Jeff McKenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FileGDB

    v4 v5  
    1313=== Windows ===
    1414
     15You will have to compile filegdb as a plugin for GDAL.  Your nmake.opt should contain something like:
     16
     17{{{
     18  FGDB_ENABLED = YES
     19  FGDB_PLUGIN = YES
     20  FGDB_SDK = $(GDAL_HOME)\..\FileGDB_API_VS2008_1_0Final
     21  FGDB_INC = $(FGDB_SDK)\include
     22  FGDB_LIB = $(FGDB_SDK)\lib\FileGDBAPI.lib
     23}}}
     24
    1525= Testing the driver =
    1626