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
Copy file name to clipboardExpand all lines: _layouts/01_splash.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@
16
16
<divid='tagline' class='col5 space-top4 dark pad4y prose fr'>the core of geospatial visualization & processing</div>
17
17
</div>
18
18
<divid='intro' class='col9 margin2 pad2y dark big'>mapnik combines pixel-perfect image output with lightning-fast cartographic algorithms, and exposes interfaces in C++, Python, and Node.</div>
19
+
<divid='intro' class='col9 margin2 pad2y dark big'>
20
+
<ahref='{{site.baseurl}}/pages/downloads.html' class='button stroke white col5'>Download mapnik</a>
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