Godot编译¶
https://docs.godotengine.org/zh_CN/latest/development/cpp/configuring_an_ide/qt_creator.html
-
安装 Scons
-
很少用python,不搞Anaconda直接去官网下安装包。
https://www.python.org/downloads/windows/ -
官网下载的直接 pip install,有代理会报错需要安装 pysocks
ERROR: Could not install packages due to an EnvironmentError: Missing dependencies for SOCKS support. 反正自己也用不到Python,直接下Scons源码来安装吧 python setup.py https://scons.org/pages/download.html
- Qtc里配置 build 和 run