Skip to content

Instantly share code, notes, and snippets.

@mfurlend
Last active January 4, 2016 19:59
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 mfurlend/8670615 to your computer and use it in GitHub Desktop.
Save mfurlend/8670615 to your computer and use it in GitHub Desktop.
install gdal with python bindings
cd /usr/local/src
wget http://download.osgeo.org/gdal/gdal-1.9.0.tar.gz
tar xvfz gdal-1.9.0.tar.gz
cd gdal-1.9.0
./configure --with-python
# include --tag=LD in the LIBTOOL_LINK directive in the GDALmake.opt file.
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment