From ca8692c1d59f698b773c1146cc5475a12c02bfc6 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 19 Feb 2014 09:51:56 -0800 Subject: [PATCH] harfbuzz-0.9.26 --- UbuntuInstallation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index bb53240..aa944b7 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -142,9 +142,9 @@ cd mapnik-2.3.x First download, compile and install harfbuzz ```sh -wget http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.24.tar.bz2 -tar xf harfbuzz-0.9.24.tar.bz2 -cd harfbuzz-0.9.24 +wget http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.26.tar.bz2 +tar xf harfbuzz-0.9.26.tar.bz2 +cd harfbuzz-0.9.26 ./configure && make && sudo make install sudo ldconfig cd ../