Files
JGL/reci/scripts/install_build_dependencies.sh
maxine 513dc1e332
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m2s
fixed syntax error in reci script
2024-07-05 10:56:43 -04:00

8 lines
169 B
Bash

source $RECI/shlib/info.sh
INFO "Installing build dependencies for JGL"
GROUP="Install build dependencies" RUN '
apt-get install -yq libgl1-mesa-dev libfreetype-dev
'