We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2889e7e commit 83613ebCopy full SHA for 83613eb
tools/travis.linux.install.deps.sh
@@ -4,6 +4,7 @@ lsb_release -a
4
sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse"
5
sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse"
6
sudo apt-add-repository "deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse"
7
+sudo add-apt-repository -y ppa:motumedia/libav-daily
8
sudo apt-get update -qq
9
sudo apt-get install -qq gcc g++ cmake swig swig2.0
10
sudo apt-get install -qq python-nose
0 commit comments