Use more recent harfbuzz for font-feature-settings
parent
75b90a2582
commit
80efdb964b
1 changed files with 3 additions and 3 deletions
|
@ -163,9 +163,9 @@ cd mapnik-2.3.x
|
||||||
|
|
||||||
First download, compile and install harfbuzz
|
First download, compile and install harfbuzz
|
||||||
```sh
|
```sh
|
||||||
wget http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.26.tar.bz2
|
wget http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.34.tar.bz2
|
||||||
tar xf harfbuzz-0.9.26.tar.bz2
|
tar xf harfbuzz-0.9.34.tar.bz2
|
||||||
cd harfbuzz-0.9.26
|
cd harfbuzz-0.9.34
|
||||||
./configure && make && sudo make install
|
./configure && make && sudo make install
|
||||||
sudo ldconfig
|
sudo ldconfig
|
||||||
cd ../
|
cd ../
|
||||||
|
|
Loading…
Add table
Reference in a new issue