Updated Installing Mapnik on OS X with Homebrew (markdown)

springmeyer 2012-01-09 22:45:49 -08:00
parent b4d345092a
commit 2cf78039b8

@ -29,5 +29,6 @@ brew install cairo
git clone https://github.com/mapnik/mapnik.git
cd mapnik
./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu`
make
make install
```