git repos / blockattack-game

source/misc/standalone/install_requirements.sh

browsing at commit = 08317c5b6a32263183602d799a046f0f6cc8c454

branches: v2.9.X

tags: v.2.9.0 v2.9.0

raw · blame · history

#! /bin/bash
set -e
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

apt-get update && apt-get install -y python-software-properties
add-apt-repository ppa:ubuntu-toolchain-r/test
apt-get update
apt-get install -y gcc-4.8 g++-4.8
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50