CINXE.COM
Downloads
<!DOCTYPE html> <html lang="en-GB"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta name="description" content="Mapnik - C++/Python GIS toolkit" /> <meta name="keywords" content="mapnik, Mapnik" /> <meta name="robots" content="index, follow" /> <meta name="DC.title" content="Mapnik C++/Python GIS Toolkit" /> <meta name="DC.subject" content="Mapnik GIS webmapping C++ Python" /> <meta name="DC.description" content="Mapnik is a toolkit for developing GIS applications" /> <meta name="DC.creator" content="Artem Pavlenko, artem at mapnik" /> <link href="/css/mapnik.css" rel="stylesheet" type="text/css" media="screen" /> <link rel="alternate" type="application/atom+xml" href="atom.xml" title="Mapnik project news"/> <link rel="shortcut icon" href="/images/favicon.ico" /> <link href='https://fonts.googleapis.com/css?family=Maven+Pro&subset=latin,latin-ext' rel='stylesheet' type='text/css'> <script src='https://code.jquery.com/jquery-2.1.4.js'></script> <script src='/js/mapnik.js'></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script src="/js/parallax.js"></script> <meta charset="utf-8" /> <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no"/> <title>Downloads</title> </head> <body> <header class='sticky'> <div id="navbar"> <div class='col12 clearfix prose'> <div class='col3 margin2'> <a href='/index.html'><h2 class='space-top2 fancy dark'>mapnik</h2></a> </div> <div class='col6 dark pad4y prose'> the core of geospatial visualization & processing </div> </div> </div> </header> <div class="contain col12 clearfix"> <div class="col8 margin2 stickymove"> <h3 class="space-bottom2 big">Downloads</h3> <div class="col12 pad4y space-bottom4"> <h2 id="latest-release">Latest Release</h2> <p>The latest release is Mapnik v4.0.5.</p> <h2 id="mapnik-405">Mapnik 4.0.5</h2> <p>Release Date: 31 January 2025</p> <h3 id="source-installation-using-scons">Source Installation (using SCons)</h3> <p>To build Mapnik v4.0.5 from source either download the <a href="https://github.com/mapnik/mapnik/releases/download/v4.0.5/mapnik-v4.0.5.tar.bz2">v4.0.5 tarball</a> or pull directly from github:</p> <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone https://github.com/mapnik/mapnik.git cd mapnik git checkout v4.0.5 git submodule update --init python3 ./scons/scons.py configure python3 ./scons/scons.py install -j8 </code></pre></div></div> <p>For source install help see the <a href="https://github.com/mapnik/mapnik/blob/v4.0.5/INSTALL.md">Install docs</a></p> <p>You can also use git to fetch the latest code (will default to <code class="language-plaintext highlighter-rouge">master</code> branch):</p> <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone https://github.com/mapnik/mapnik.git </code></pre></div></div> <p>Browse the code at <a href="https://github.com/mapnik/mapnik">github</a>.</p> <p>Download a snapshot as a <a href="https://github.com/mapnik/mapnik/archive/master.zip">zip archive</a>.</p> </div> </div> </div> <div class='content col12 center caption small fill-sea dark pad1y'> Copyright 漏 2024 Artem Pavlenko | <a href='/pages/downloads.html'>Downloads</a> | <a href='/pages/license.html'>License</a> | <a href='/pages/media.html'>Media</a> | <a href='/pages/dependencies.html'>Developer</a> </div> <script src='/js/affix.js'></script> <script src='/js/scrollspy.js'></script> <script src='/js/scrollspy.js'></script> <script src='/js/mapnik.js'></script> </body> </html>