Changes between Initial Version and Version 1 of ArcSDE


Ignore:
Timestamp:
Apr 29, 2011, 8:06:10 AM (13 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArcSDE

    v1 v1  
     1Use of the GDAL or OGR ArcSDE drivers requires building GDAL/OGR with the ArcSDE client libraries.  On linux this is specified something like:
     2
     3{{{
     4  ./configure --with-sde=/home/gdal/ArcSDE-10.0 \
     5              --with-sde-version=100
     6}}}
     7
     8Note that the directory specified to --with-sde should have subdirectories "etc", "include" and "lib".  The version is the version number multiplied by 10, so ArcSDE 9.3 would be "93".
     9