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
Latest Mapnik release is [v3.0.22](https://github.com/mapnik/mapnik/releases/tag/v3.0.22).
11
+
12
+
For more deatail head to [CHANGELOG](https://github.com/mapnik/mapnik/blob/v3.0.22/CHANGELOG.md#3022)
13
+
14
+
## Download
15
+
16
+
Follow the links to [download the official source](https://github.com/mapnik/mapnik/releases/tag/v3.0.22) directly or grab it from our [downloads page](/pages/downloads.html).
Copy file name to clipboardExpand all lines: pages/downloads.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,23 @@ title: Downloads
5
5
6
6
## Latest Release
7
7
8
-
The latest release is Mapnik v3.0.21.
8
+
The latest release is Mapnik v3.0.22.
9
9
10
-
## Mapnik 3.0.21
10
+
## Mapnik 3.0.22
11
11
12
-
Release Date: 8 October 2018
13
-
14
-
### Prebuilt Binaries
15
-
16
-
We plan on providing prebuilt binaries soon for Mapnik 3.0.21.
12
+
Release Date: 22 January 2019
17
13
18
14
### Source Installation
19
15
20
-
To build Mapnik v3.0.21 from source either download the [v3.0.21 tarball](https://github.com/mapnik/mapnik/releases/download/v3.0.21/mapnik-v3.0.21.tar.bz2) or pull directly from github:
16
+
To build Mapnik v3.0.22 from source either download the [v3.0.22 tarball](https://github.com/mapnik/mapnik/releases/download/v3.0.22/mapnik-v3.0.22.tar.bz2) or pull directly from github:
21
17
22
18
git clone https://github.com/mapnik/mapnik.git
23
19
cd mapnik
24
-
git checkout v3.0.21
20
+
git checkout v3.0.22
25
21
git submodule update --init
26
22
./configure && make && make test
27
23
28
-
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.21/INSTALL.md)
24
+
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.22/INSTALL.md)
29
25
30
26
You can also use git to fetch the latest code (will default to `master` branch):
0 commit comments