Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ericboehs/334830 to your computer and use it in GitHub Desktop.

Select an option

Save ericboehs/334830 to your computer and use it in GitHub Desktop.
cd
wget http://download.osgeo.org/proj/proj-4.7.0.tar.gz
wget http://download.osgeo.org/proj/proj-datumgrid-1.5.zip
tar xf proj-4.7.0.tar.gz
unzip proj-datumgrid-1.5.zip -d proj-4.7.0/nad
cd proj-4.7.0
./configure
make
sudo make install
sudo /sbin/ldconfig
cd ..
rm -rf proj-4.7.0*
rm proj-datumgrid-1.5.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment