Skip to content

Instantly share code, notes, and snippets.

@colemanm
Created September 28, 2013 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colemanm/6743573 to your computer and use it in GitHub Desktop.
Save colemanm/6743573 to your computer and use it in GitHub Desktop.
GDAL configure
./configure \
--with-local=yes \
--prefix=/Users/coleman/local \
--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-java=/Library/Java/JavaVirtualMachines/1.6.0_29-b11-402.jdk/Contents/Home \
--with-mdb=yes \
--with-jvm-lib=/Library/Java/JavaVirtualMachines/1.6.0_29-b11-402.jdk/Contents/Libraries \
--with-mrsid=/usr/local/src/mrsid \
--with-fgdb=/usr/local/src/filegdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment