#!/bin/bash # This is run from inside the container. # Useful as an initial template. # ls -l mkdir -p build-steamrt cd build-steamrt cmake .. \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=../steamrt-output \ -DPYTHON_EXECUTABLE=$(which python3) \ -G Ninja ninja install/strip -v