Due to an earlier version of Ubuntu on the Travis servers, we now hand-build SDL2. Argh.

This commit is contained in:
Tony Aldridge
2013-10-28 20:14:53 +00:00
parent c3dc20cd8f
commit 0713bcfd93
+5 -1
View File
@@ -3,6 +3,10 @@ before_install:
- sudo apt-get update
install:
- sudo apt-get install rust-nightly
- sudo apt-get install libsdl2-dev
- wget http://www.libsdl.org/release/SDL2-2.0.0.tar.gz
- tar -zxvf SDL2-2.0.0.tar.gz
- cd SDL2-2.0.0
- ./configure && make && make install
- cd -
script:
- ./configure && make