Ubuntu Installation: add install instructions for harfbuzz
parent
5c0bacb8a2
commit
099b17cd60
1 changed files with 10 additions and 0 deletions
|
@ -129,6 +129,16 @@ apt-cache policy libboost-dev
|
|||
libsqlite3-dev
|
||||
```
|
||||
|
||||
### Download, compile and install harfbuzz
|
||||
```sh
|
||||
wget http://mapnik.s3.amazonaws.com/deps/harfbuzz-0.9.24.tar.bz2
|
||||
tar xf harfbuzz-0.9.24.tar.bz2
|
||||
cd harfbuzz-0.9.24
|
||||
./configure && make && sudo make install
|
||||
sudo ldconfig
|
||||
cd ../
|
||||
```
|
||||
|
||||
### Then compile and install Mapnik
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue