Wrote local ReCI script for JGL
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 39s

This commit is contained in:
2024-07-05 10:54:59 -04:00
parent 178f328728
commit 63bbb8794e
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
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
`