Files
oboe/.github/workflows/scripts/linux/install-tgui.sh

10 lines
174 B
Bash
Executable File

#!/bin/sh -ve
git clone --depth 1 -b 0.9 https://github.com/texus/TGUI.git
cd TGUI
export CLICOLOR_FORCE=1
cmake .
make
cmake --install .
cd .. # Probably not needed but...