1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

docs(INSTALL): add missing pkg-config package to Debian instructions

This commit is contained in:
Zetok Zalbavar 2016-12-28 15:49:35 +00:00
parent 28c817d853
commit c1c4632f5f
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -238,7 +238,7 @@ and others. Instructions here: http://backports.debian.org/Instructions/
sudo apt-get install build-essential qt5-qmake qt5-default qttools5-dev-tools \ sudo apt-get install build-essential qt5-qmake qt5-default qttools5-dev-tools \
libqt5opengl5-dev libqt5svg5-dev libopenal-dev libxss-dev qrencode \ libqt5opengl5-dev libqt5svg5-dev libopenal-dev libxss-dev qrencode \
libqrencode-dev libglib2.0-dev libgdk-pixbuf2.0-dev libgtk2.0-dev ffmpeg \ libqrencode-dev libglib2.0-dev libgdk-pixbuf2.0-dev libgtk2.0-dev ffmpeg \
libsqlcipher-dev libsqlcipher-dev pkg-config
``` ```