1
0
forked from josh/JGL
Files
JGL/reci/scripts/install_build_dependencies.sh

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
'