mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Added svg-Support
This commit is contained in:
parent
72bb66334e
commit
cfdeb3978c
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
if which apt-get; then
|
if which apt-get; then
|
||||||
sudo apt-get install build-essential qt5-qmake qt5-default libopenal-dev libopencv-dev \
|
sudo apt-get install build-essential qt5-qmake qt5-default libopenal-dev libopencv-dev \
|
||||||
libtool autotools-dev automake checkinstall check libopus-dev libvpx-dev qttools5-dev-tools qtchooser libxss-dev
|
libtool autotools-dev automake checkinstall check libopus-dev libvpx-dev qttools5-dev-tools qtchooser libxss-dev libqt5svg5*
|
||||||
elif which pacman; then
|
elif which pacman; then
|
||||||
sudo pacman -S --needed base-devel qt5 opencv openal opus libvpx libxss
|
sudo pacman -S --needed base-devel qt5 opencv openal opus libvpx libxss
|
||||||
elif which yum; then
|
elif which yum; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user