Skip to content

Commit 267cb55

Browse files
committed
update downlaads.md for v3.0.12
1 parent bef2436 commit 267cb55

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

pages/downloads.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@ title: Downloads
55

66
## Latest Release
77

8-
The latest release is Mapnik v3.0.10.
8+
The latest release is Mapnik v3.0.12.
99

10-
## Mapnik 3.0.10
10+
## Mapnik 3.0.12
1111

12-
Release Date: 26 February 2016
12+
Release Date: 8 September 2016
1313

1414
### Prebuilt Binaries
1515

16-
We plan on providing prebuilt binaries soon for Mapnik 3.0.10.
16+
We plan on providing prebuilt binaries soon for Mapnik 3.0.12.
1717

1818
### Source Installation
1919

20-
To build Mapnik v3.0.10 from source either download the [v3.0.10 tarball](https://mapnik.s3.amazonaws.com/dist/v3.0.10/mapnik-v3.0.10.tar.bz2) or pull directly from github:
20+
To build Mapnik v3.0.12 from source either download the [v3.0.12 tarball](https://github.com/mapnik/mapnik/releases/download/v3.0.12/mapnik-v3.0.12.tar.bz2) or pull directly from github:
2121

22-
git clone https://github.com/mapnik/mapnik.git
23-
git checkout v3.0.10
24-
git submodule update --init
25-
./configure && make && make test
22+
git clone https://github.com/mapnik/mapnik.git
23+
git checkout v3.0.12
24+
git submodule update --init
25+
./configure && make && make test
2626

27-
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.10/INSTALL.md)
27+
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.12/INSTALL.md)
2828

2929
You can also use git to fetch the latest code (will default to `master` branch):
3030

31-
git clone https://github.com/mapnik/mapnik.git
31+
git clone https://github.com/mapnik/mapnik.git
3232

3333
Browse the code at [github](https://github.com/mapnik/mapnik).
3434

@@ -45,7 +45,7 @@ Release Date: June 3rd, 2013
4545

4646
The recommend install method on OS X is `homebrew`. If you are running `homebrew` simply do:
4747

48-
brew update && brew install mapnik
48+
brew update && brew install mapnik
4949

5050
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.
5151

@@ -68,8 +68,8 @@ We also provide a pre-built [OS X 64 bit package](http://mapnik.s3.amazonaws.com
6868

6969
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:
7070

71-
git clone https://github.com/mapnik/mapnik.git
72-
git checkout v2.2.0
71+
git clone https://github.com/mapnik/mapnik.git
72+
git checkout v2.2.0
7373

7474
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v2.2.0/INSTALL.md)
7575

0 commit comments

Comments
 (0)