Godot引擎源码编译

发布时间 2024-01-09 15:05:27作者: porter_代码工作者

# 安装python Scons插件
pip install Scons

# clone仓库
git clone https://github.com/godotengine/godot.git
cd godot
# 切换到稳定发布版本
git checkout 4.1.1-stable
# 编译并生成godot.sln, (编译禁用优化,带调试符号)
scons p=windows vsproj=yes debug_symbols=yes optimize=none target=editor