File: travis_install.sh

package info (click to toggle)
spring 106.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 55,260 kB
  • sloc: cpp: 543,946; ansic: 44,800; python: 12,575; java: 12,201; awk: 5,889; sh: 1,796; asm: 1,546; xml: 655; perl: 405; php: 211; objc: 194; makefile: 76; sed: 2
file content (23 lines) | stat: -rwxr-xr-x 703 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

# used in .travis.yml

set -e

#if [ "$CXX" = "g++" ]; then
#	sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
#	sudo apt-get update
#	sudo apt-get -y install gcc-7 g++-7
#	sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7
#else
#	sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
#	sudo apt-get update
#	sudo apt-get -y install libstdc++-7-dev libgcc-7-dev
#fi

sudo apt-get update
sudo apt-get install -y libglew-dev libsdl2-dev libdevil-dev libopenal-dev libogg-dev \
  libvorbis-dev libfreetype6-dev p7zip-full libxcursor-dev libunwind8-dev libgles2-mesa-dev

#sudo apt-get install -y binutils-gold cmake cmake-data