Updated Installing Mapnik on OS X with Homebrew (markdown)

chi80 2012-03-24 02:56:06 -07:00
parent 0698e79968
commit 232364a2af

@ -30,5 +30,5 @@ git clone https://github.com/mapnik/mapnik.git
cd mapnik
./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu`
make
make install # sudo make install # Mac OS X Lion
make install # sudo make install # Mac OS X Lion. With system default python 2.7
```