I hereby claim:
- I am osxi on github.
- I am osxi (https://keybase.io/osxi) on keybase.
- I have a public key ASD75ymfjcOvvqK7ivYWlvyM158fkoIjVrytyiYBXeZY2Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Adjust paths/versions as necessary (this was just my experience) | |
| wget http://download.osgeo.org/postgis/source/postgis-2.2.1.tar.gz | |
| tar zxvf postgis-2.2.1.tar.gz | |
| cd postgis-2.2.1 | |
| ./configure --with-pgconfig=/usr/local/bin/pg_config --with-geosconfig=/usr/local/Cellar/geos/3.5.0/bin/geos-config --with-projdir=/usr/local/Cellar/proj/4.9.2 | |
| make | |
| make install |
The following are the terminal commands that I used to get bsdgames installed on OS X Yosemite PB3. Install bsdmake via Homebrew before proceeding.
$ git clone https://github.com/ctdk/bsdgames-osx.git
Enter the bsdgames-osx directory.