Skip to content

Commit 5a50112

Browse files
committed
downloads page added to footer
1 parent 4be5dad commit 5a50112

2 files changed

Lines changed: 61 additions & 1 deletion

File tree

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div class='content col12 center caption small fill-sea dark pad1y'>
2-
Copyright © 2015 Artem Pavlenko | <a href='{{sitebase.url}}/pages/license.html'>License</a> | <a href='{{sitebase.url}}/pages/media.html'>Media</a>
2+
Copyright © 2015 Artem Pavlenko | <a href='{{sitebase.url}}/pages/downloads.md'>Downloads</a> | <a href='{{sitebase.url}}/pages/license.html'>License</a> | <a href='{{sitebase.url}}/pages/media.html'>Media</a>
33
</div>

pages/downloads.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
layout: 01_page
3+
title: Download
4+
---
5+
6+
## Latest Major Release
7+
8+
The latest release is Mapnik v2.2.0.
9+
10+
## Platforms
11+
12+
### OS X
13+
14+
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.
19+
20+
### iOS
21+
22+
* [3-way arch (i386/armv7/armv7s) SDK](http://mapnik.s3.amazonaws.com/dist/v2.2.0/mapnik-ios-v2.2.0.tar.bz2)
23+
* [Setup instructions](https://gist.github.com/springmeyer/5710531)
24+
25+
### Windows
26+
27+
* [Windows 32 bit Package](http://mapnik.s3.amazonaws.com/dist/v2.2.0/mapnik-win-v2.2.0.zip)
28+
* [Windows 32 bit SDK](http://mapnik.s3.amazonaws.com/dist/v2.2.0/mapnik-win-sdk-v2.2.0.zip)
29+
* [Setup instructions](https://gist.github.com/springmeyer/5651701)
30+
31+
### Ubuntu
32+
33+
* [Ubuntu PPA](https://launchpad.net/~mapnik/+archive/v2.2.0) ([more info](https://github.com/mapnik/mapnik/wiki/UbuntuInstallation))
34+
35+
## Source
36+
37+
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

Comments
 (0)