gxx version fix

This commit is contained in:
Dustin Bensing 2014-01-22 01:43:08 +01:00
parent 8d4a435358
commit 958fdfeda9
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ before_install:
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- sudo apt-get install -qq qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev libx11-dev libxtst-dev
- sudo update-alternatives --remove-all gcc
- sudo update-alternatives --remove-all g++
- sudo apt-get install gcc-4.8
- sudo apt-get install g++-4.8
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20