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