Updated Installing Mapnik on OS X with Homebrew (markdown)
parent
8f06c5d1bb
commit
054acca158
1 changed files with 6 additions and 0 deletions
|
@ -33,4 +33,10 @@ cd mapnik
|
|||
./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu`
|
||||
make
|
||||
make install # sudo make install # Mac OS X Lion. With system default python 2.7
|
||||
```
|
||||
|
||||
Note that on Lion, we need to be more explicit about SQLite. Change version as needed.
|
||||
|
||||
```
|
||||
./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu` SQLITE_LIBS=/usr/local/Cellar/sqlite/3.7.12/lib/ SQLITE_INCLUDES=/usr/local/Cellar/sqlite/3.7.12/include/
|
||||
```
|
Loading…
Add table
Reference in a new issue