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

fix(docs): update dependencies for Debian

Add missing libavcodec-dev and remove libglib2.0-dev,
which already is a dependency of libgdk-pixbuf2.0-dev.
This commit is contained in:
tox-user 2018-03-23 01:37:14 +00:00
parent 703876c372
commit 7627d60a89
No known key found for this signature in database
GPG Key ID: 7C132143C1A3A7D4
2 changed files with 1 additions and 2 deletions

View File

@ -278,9 +278,9 @@ sudo apt-get install \
build-essential \ build-essential \
cmake \ cmake \
ffmpeg \ ffmpeg \
libavcodec-dev \
libexif-dev \ libexif-dev \
libgdk-pixbuf2.0-dev \ libgdk-pixbuf2.0-dev \
libglib2.0-dev \
libgtk2.0-dev \ libgtk2.0-dev \
libopenal-dev \ libopenal-dev \
libqrencode-dev \ libqrencode-dev \

View File

@ -14,7 +14,6 @@ apt_install() {
libavdevice-dev libavdevice-dev
libexif-dev libexif-dev
libgdk-pixbuf2.0-dev libgdk-pixbuf2.0-dev
libglib2.0-dev
libgtk2.0-dev libgtk2.0-dev
libopenal-dev libopenal-dev
libopus-dev libopus-dev