mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Due to an earlier version of Ubuntu on the Travis servers, we now hand-build SDL2. Argh.
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user