From 329a9f4de571153f653564a1309d21ba26929f9e Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 16 Aug 2016 15:59:44 +0100 Subject: [PATCH] Updated MapnikReleaseSteps (markdown) --- MapnikReleaseSteps.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/MapnikReleaseSteps.md b/MapnikReleaseSteps.md index 049472e..52ac31a 100644 --- a/MapnikReleaseSteps.md +++ b/MapnikReleaseSteps.md @@ -14,25 +14,26 @@ ### Bundled fonts and scons -OPTIONAL: Consider updating Scons-local to [latest release](http://www.scons.org/download.php): The last SCons update was 2.4.1. +OPTIONAL: Consider updating Scons-local to [latest release](http://www.scons.org/download.php): The last SCons update was 2.5.0. ```sh -wget http://prdownloads.sourceforge.net/scons/scons-local-2.4.1.zip +wget http://prdownloads.sourceforge.net/scons/scons-local-2.5.0.zip rm -rf scons unzip -o scons-local-*.zip -d scons/ rm scons-local-*.zip ``` -OPTIONAL: Consider updating DeJaVu Fonts: The [last version](http://dejavu-fonts.org/wiki/Download) updated was 2.35 +OPTIONAL: Consider updating DeJaVu Fonts: The [last version](http://dejavu-fonts.org/wiki/Download) updated was 2.37 ```sh cd fonts git rm -r dejavu-fonts-ttf- -wget http://sourceforge.net/projects/dejavu/files/dejavu/2.35/dejavu-fonts-ttf-2.35.tar.bz2 -tar xvf dejavu-fonts-ttf-2.35.tar.bz2 -git add dejavu-fonts-ttf-2.35 +wget http://sourceforge.net/projects/dejavu/files/dejavu/2.35/dejavu-fonts-ttf-2.37.tar.bz2 +tar xvf dejavu-fonts-ttf-2.37.tar.bz2 +git add dejavu-fonts-ttf-2.37 ``` - +Make sure to update font paths in `demo/c++/rundemo.cpp` + Check for new [unifont release](http://unifoundry.com/unifont.html) ### Release candidate