Browse Source

added missing lib for ubuntu

pull/1535/head
agilob 10 years ago
parent
commit
a31b33106a
No known key found for this signature in database
GPG Key ID: 34568050DBCCB997
  1. 4
      simple_make.sh

4
simple_make.sh

@ -2,7 +2,9 @@ @@ -2,7 +2,9 @@
if which apt-get; then
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 libqt5svg5* libqrencode-dev
libtool autotools-dev automake checkinstall check libopus-dev libvpx-dev \
qttools5-dev-tools qtchooser libxss-dev libqt5svg5* libqrencode-dev \
libqt5opengl5-dev
elif which pacman; then
sudo pacman -S --needed base-devel qt5 opencv openal opus libvpx libxss qt5-svg qrencode
elif which yum; then

Loading…
Cancel
Save