From 37b062e22d101c75c14db29b54093a8f9c20ad86 Mon Sep 17 00:00:00 2001 From: lightmare Date: Wed, 4 Mar 2020 23:29:34 +0100 Subject: [PATCH] install harfbuzz from apt, remove outdated instructions to install harfbuzz from source --- UbuntuInstallation.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index 639eae9..9e19e9a 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -77,6 +77,7 @@ apt-cache policy libboost-dev libicu-dev \ python-dev libxml2 libxml2-dev \ libfreetype6 libfreetype6-dev \ + libharfbuzz-dev \ libjpeg-dev \ libpng-dev \ libproj-dev \ @@ -114,16 +115,6 @@ cd mapnik-2.3.x ### Source install of Mapnik Master (3.x) -First download, compile and install harfbuzz -```sh -wget http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.34.tar.bz2 -tar xf harfbuzz-0.9.34.tar.bz2 -cd harfbuzz-0.9.34 -./configure && make && sudo make install -sudo ldconfig -cd ../ -``` - Upgrade your compiler to at least g++ 4.7 so it supports c++11 features.
`apt-get upgrade` should give you g++-4.8 and gcc-4.8): ```sh apt-get update