Include pkg-config dependency on Debian / Ubuntu.

See 
This commit is contained in:
Jürg Lehni 2016-09-23 18:24:20 -04:00
parent fbb0c59598
commit 620cc92379

View file

@ -112,7 +112,7 @@ After adding this line, your commands should work in the expected way:
##### Installing Cairo, Pango and all other dependencies on Debian/Ubuntu Linux:
sudo apt-get install libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev libgif-dev
sudo apt-get install pkg-config libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev libgif-dev
You might also need to install the build-essential package if you don't usually
build from c++ sources: