基于SDL的超级简单的飞机大战小游戏

This commit is contained in:
2025-05-27 19:46:49 +08:00
commit 752c53f36c
319 changed files with 95291 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/bash
set -ex
VERSION=$1
apt-get update
apt-get install -y libc++-${VERSION}-dev libc++abi-${VERSION}-dev
if [[ "${VERSION}" -ge 12 ]]; then
apt-get install -y --no-install-recommends libunwind-${VERSION}-dev
fi