Thomas Buck 9 anni fa
parent
commit
459f8275a1
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1
    1
      cmake/travis_before_install_linux.sh
  2. 1
    1
      cmake/travis_install_linux.sh

+ 1
- 1
cmake/travis_before_install_linux.sh Vedi File

2
 
2
 
3
 sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
3
 sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
4
 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
4
 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
5
-sudo add-apt-repository -y ppa:smspillaz/cmake-2.8.12
5
+sudo add-apt-repository -y ppa:andykimpe/cmake
6
 sudo add-apt-repository -y 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main'
6
 sudo add-apt-repository -y 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main'
7
 sudo apt-get -qq -y update
7
 sudo apt-get -qq -y update
8
 
8
 

+ 1
- 1
cmake/travis_install_linux.sh Vedi File

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-sudo apt-get -qq -y install libsdl2-dev libsdl2-ttf-dev libalut-dev libpng12-dev zlib1g-dev cmake libglm-dev
3
+sudo apt-get -qq -y install libsdl2-dev libsdl2-ttf-dev libalut-dev libpng12-dev cmake libglm-dev
4
 
4
 
5
 if [ "$CC" = "gcc" ]; then sudo apt-get install gcc-4.8; fi
5
 if [ "$CC" = "gcc" ]; then sudo apt-get install gcc-4.8; fi
6
 if [ "$CXX" = "g++" ]; then sudo apt-get install g++-4.8; fi
6
 if [ "$CXX" = "g++" ]; then sudo apt-get install g++-4.8; fi

Loading…
Annulla
Salva