Updated MacInstallation_Homebrew (markdown)
parent
ea1ab48e81
commit
e4c264648d
1 changed files with 2 additions and 2 deletions
|
@ -23,6 +23,7 @@ brew install mapnik
|
||||||
### To install Mapnik from source using homebrew for dependencies do:
|
### To install Mapnik from source using homebrew for dependencies do:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
brew install cairo --without-x --without-glib
|
||||||
brew install icu4c
|
brew install icu4c
|
||||||
brew link icu4c
|
brew link icu4c
|
||||||
brew install boost
|
brew install boost
|
||||||
|
@ -33,7 +34,6 @@ brew install libtiff
|
||||||
brew install gdal --with-libtiff=/usr/local/lib
|
brew install gdal --with-libtiff=/usr/local/lib
|
||||||
brew link ossp-uuid
|
brew link ossp-uuid
|
||||||
brew install postgis
|
brew install postgis
|
||||||
brew install cairo --without-x
|
|
||||||
git clone https://github.com/mapnik/mapnik.git
|
git clone https://github.com/mapnik/mapnik.git
|
||||||
cd mapnik
|
cd mapnik
|
||||||
./configure
|
./configure
|
||||||
|
@ -68,4 +68,4 @@ If you need Cairo and its Python bindings, install and link these (cairo and py2
|
||||||
|
|
||||||
```
|
```
|
||||||
./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu` CAIRO=True PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig
|
./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu` CAIRO=True PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig
|
||||||
```
|
```
|
Loading…
Reference in a new issue