git repos / blockattack-game

blame: source/misc/standalone/install_requirements.sh

normal view · raw

8a5d17cb sago007 2017-10-26 20:25 1
#! /bin/bash
8a5d17cb sago007 2017-10-26 20:25 2
set -e
8a5d17cb sago007 2017-10-26 20:25 3
apt-get update && apt-get install -y build-essential cmake pkg-config libfreetype6-dev libvorbis-dev libgl1-mesa-dev libpulse-dev libpng12-dev zip gettext
8a5d17cb sago007 2017-10-26 20:25 4
8a5d17cb sago007 2017-10-26 20:25 5
apt-get update && apt-get install -y python-software-properties
8a5d17cb sago007 2017-10-26 20:25 6
add-apt-repository ppa:ubuntu-toolchain-r/test
8a5d17cb sago007 2017-10-26 20:25 7
apt-get update
8a5d17cb sago007 2017-10-26 20:25 8
apt-get install -y gcc-4.8 g++-4.8
8a5d17cb sago007 2017-10-26 20:25 9
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
8a5d17cb sago007 2017-10-26 20:25 10
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
1970-01-01 00:00 11