Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Oct 30, 2024
1 parent effce11 commit 0c7c3f8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
18 changes: 18 additions & 0 deletions _posts/blog/2024-10-30-release-4.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: 01_post
title: "Mapnik 4.0.3 Release"
author: Artem Pavlenko
category: Mapnik
---

![image](/images/dornoch-from-tain.jpg)

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

For more deatail head to [CHANGELOG](https://github.com/mapnik/mapnik/blob/v4.0.3/CHANGELOG.md#mapnik-403)

## Download

Follow the links to [download the official source](https://github.com/mapnik/mapnik/releases/tag/v4.0.3) directly or grab it from our [downloads page](/pages/downloads.html).

Mapnik team
Binary file added images/dornoch-from-tain.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions pages/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ title: Downloads

## Latest Release

The latest release is Mapnik v4.0.2.
The latest release is Mapnik v4.0.3.

## Mapnik 4.0.2
## Mapnik 4.0.3

Release Date: 21 Augiust 2024
Release Date: 30 October 2024

### Source Installation (using SCons)

To build Mapnik v4.0.2 from source either download the [v4.0.2 tarball](https://github.com/mapnik/mapnik/releases/download/v4.0.2/mapnik-v4.0.2.tar.bz2) or pull directly from github:
To build Mapnik v4.0.3 from source either download the [v4.0.3 tarball](https://github.com/mapnik/mapnik/releases/download/v4.0.3/mapnik-v4.0.3.tar.bz2) or pull directly from github:

git clone https://github.com/mapnik/mapnik.git
cd mapnik
git checkout v4.0.2
git checkout v4.0.3
git submodule update --init
python3 ./scons/scons.py configure
python3 ./scons/scons.py install -j8

For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v4.0.2/INSTALL.md)
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v4.0.3/INSTALL.md)

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

Expand Down

0 comments on commit 0c7c3f8

Please sign in to comment.