You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recommend install method on OS X is `homebrew`. If you are running `homebrew` simply do:
15
+
16
+
brew update && brew install mapnik
17
+
18
+
We also provide a pre-built [OS X 64 bit package](http://mapnik.s3.amazonaws.com/dist/v2.2.0/mapnik-osx-v2.2.0.dmg) that will install into the same place (`/usr/local`) as homebrew.
To build Mapnik v2.2.0 from source either download the [v2.2.0 tarball](http://mapnik.s3.amazonaws.com/dist/v2.2.0/mapnik-v2.2.0.tar.bz2) or pull directly from github:
38
+
39
+
git clone https://github.com/mapnik/mapnik.git
40
+
git checkout v2.2.0
41
+
42
+
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v2.2.0/INSTALL.md)
43
+
44
+
You can also use git to fetch the latest code (will default to `master` branch):
45
+
46
+
git clone https://github.com/mapnik/mapnik.git
47
+
48
+
Browse the code at [github](https://github.com/mapnik/mapnik).
49
+
50
+
Download a snapshot as a [zip archive](https://github.com/mapnik/mapnik/archive/master.zip).
51
+
52
+
## Extra Installation Details
53
+
54
+
See platform specific notes at [Mapnik Wiki](https://github.com/mapnik/mapnik/wiki/Mapnik-Installation).
55
+
56
+
See also the detailed [Install guide](https://github.com/mapnik/mapnik/blob/master/INSTALL.md) for the development code.
57
+
58
+
## Older releases
59
+
60
+
See the listing at [the download archive on s3](http://mapnik.s3.amazonaws.com/index.html?path=dist/).
0 commit comments