Skip to content

Instantly share code, notes, and snippets.

@ericboehs
Created March 17, 2010 03:20
Show Gist options
  • Select an option

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

Select an option

Save ericboehs/334851 to your computer and use it in GitHub Desktop.
cd
wget http://postgis.refractions.net/download/postgis-1.5.1.tar.gz
tar -xvf postgis-1.5.1.tar.gz
cd postgis-1.5.1
./configure
make
sudo make install
make check
sudo /sbin/ldconfig
cd ..
rm -rf postgis-1.5.1*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment