Skip to content

Instantly share code, notes, and snippets.

@ianfieldhouse
Created November 14, 2012 10:05
Show Gist options
  • Save ianfieldhouse/4071321 to your computer and use it in GitHub Desktop.
Save ianfieldhouse/4071321 to your computer and use it in GitHub Desktop.
PROJ.4 on Containers
cd $HOME/src
curl -O http://download.osgeo.org/proj/proj-4.8.0.tar.gz
tar xvzf proj-4.8.0.tar.gz
cd proj-4.8.0
./configure --prefix=/home/trcons/local/stow/proj-4.8.0
make
make install
cd $HOME/local/stow
stow -t $HOME/local proj-4.8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment