初步自动构建工程实现

This commit is contained in:
2024-08-30 16:16:17 +08:00
parent 2ebe593876
commit 2da86f0aa2
7 changed files with 330 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive # 防止卡 tzdate
brew install libffi gettext glib pkg-config autoconf automake pixman ninja
exit 0