#!/bin/sh set -e git clone https://github.com/k4zmu2a/SpaceCadetPinball.git cd SpaceCadetPinball echo "Installing build dependencies..." apt-get -qq -y --no-install-recommends install g++ libsdl2-mixer-dev echo "Build dependencies installed." echo "Preparing the building environment..." cmake . make echo "Building environment prepared."