Skip to content

Instantly share code, notes, and snippets.

@zhm
Created May 17, 2012 20:52
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 zhm/2721524 to your computer and use it in GitHub Desktop.
Save zhm/2721524 to your computer and use it in GitHub Desktop.
GDAL w/ Ruby
./configure \
--with-local=yes \
--prefix=$HOME/local \
--with-threads \
--with-libtool \
--with-libtiff=internal \
--with-geotiff=internal \
--with-pcraster=internal \
--with-pcidsk=internal \
--with-libz=/usr \
--with-png=/usr/X11 \
--with-expat=/usr \
--with-sqlite3=/usr \
--with-ruby \
--with-geos=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment