Created
April 20, 2013 16:54
-
-
Save armanddp/5426621 to your computer and use it in GitHub Desktop.
Setting up PostGIS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get source | |
wget http://postgis.net/stuff/postgis-2.0.4SVN.tar.gz | |
tar -xvzf postgis-2.0.4SVN.tar.gz | |
cd postgis-2.0.4SVN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment