Use more recent harfbuzz for font-feature-settings

Richard Fairhurst 2016-12-31 18:18:58 +00:00
parent 75b90a2582
commit 80efdb964b

@ -163,9 +163,9 @@ cd mapnik-2.3.x
First download, compile and install harfbuzz
```sh
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
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 ../