Skip to content

Commit fd69728

Browse files
committed
1 parent 866f497 commit fd69728

4 files changed

Lines changed: 27 additions & 8 deletions

File tree

_posts/blog/2024-06-16-release-4.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ category: Mapnik
99

1010
Latest Mapnik release is [v4.0.0](https://github.com/mapnik/mapnik/releases/tag/v4.0.0).
1111

12-
For more deatail head to [CHANGELOG](https://github.com/mapnik/mapnik/blob/v4.0.0/CHANGELOG.md#310)
12+
For more deatail head to [CHANGELOG](https://github.com/mapnik/mapnik/blob/v4.0.0/CHANGELOG.md#mapnik-400)
1313

1414
## Download
1515

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: 01_post
3+
title: "Mapnik 4.0.1 Release"
4+
author: Artem Pavlenko
5+
category: Mapnik
6+
---
7+
8+
![image](/images/hadrian-wall-800x600.jpg)
9+
10+
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).
17+
18+
Mapnik team

images/hadrian-wall-800x600.jpg

227 KB
Loading

pages/downloads.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,24 @@ title: Downloads
55

66
## Latest Release
77

8-
The latest release is Mapnik v3.1.0.
8+
The latest release is Mapnik v4.0.1.
99

10-
## Mapnik 3.1.0
10+
## Mapnik 4.0.1
1111

12-
Release Date: 8 January 2021
12+
Release Date: 30 July 2024
1313

1414
### Source Installation
1515

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:
1717

1818
git clone https://github.com/mapnik/mapnik.git
1919
cd mapnik
20-
git checkout v3.1.0
20+
git checkout v4.0.1
2121
git submodule update --init
22-
./configure && make && make test
22+
python3 ./scons/scons.py configure
23+
python3 ./scons/scons.py install -j8
2324

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)
2526

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

0 commit comments

Comments
 (0)