BZflags needs pkg-config to compile

This commit is contained in:
DeathByDenim 2023-04-16 10:36:30 -04:00
parent bcaef38276
commit 639d4485b6
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ if [ -e /etc/systemd/system/bzflag.service ]; then
systemctl stop bzflag
fi
apt-get -y install build-essential pkg-config
# Install BZFlag
mkdir -p ${TMPDIR:-/tmp}/bzflag-build
cd ${TMPDIR:-/tmp}/bzflag-build