Updated Installing Mapnik on OS X with Homebrew (markdown)
parent
5d95480e67
commit
22b471be79
1 changed files with 1 additions and 1 deletions
|
@ -30,5 +30,5 @@ git clone https://github.com/mapnik/mapnik.git
|
||||||
cd mapnik
|
cd mapnik
|
||||||
./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu`
|
./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu`
|
||||||
make
|
make
|
||||||
make install // sudo make install # Mac OS X Lion
|
make install ( sudo make install # Mac OS X Lion )
|
||||||
```
|
```
|
Loading…
Add table
Reference in a new issue