Skip to content

Instantly share code, notes, and snippets.

@oeon
Forked from zhm/gist:2005091
Created July 3, 2012 14:39
Show Gist options
  • Save oeon/3040136 to your computer and use it in GitHub Desktop.
Save oeon/3040136 to your computer and use it in GitHub Desktop.
gdal configure
./configure \
--with-local=yes \
--prefix=/usr/local/gdal191 \
--with-threads \
--with-libtool \
--with-libtiff=internal \
--with-geotiff=internal \
--with-pcraster=internal \
--with-pcidsk=internal \
--with-bsb \
--with-grib \
--with-pam \
--with-libz=/usr \
--with-png=/usr/X11 \
--with-expat=/usr \
--with-sqlite3=/usr \
--with-ruby \
--with-python \
--with-geos=yes \
--with-spatialite=/usr/local \
--with-netcdf=yes \
--with-opencl=yes \
--with-jpeg \
--with-jpeg12 \
--with-gif=yes \
--with-liblzma=yes \
--with-poppler=/usr/local \
--with-webp=yes \
--with-fgdb=/Users/sloale/Downloads/FileGDB_API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment