Skip to content

Godot编译

https://docs.godotengine.org/zh_CN/latest/development/cpp/configuring_an_ide/qt_creator.html

  1. 安装 Scons

  2. 很少用python,不搞Anaconda直接去官网下安装包。
    https://www.python.org/downloads/windows/

  3. 官网下载的直接 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

401725108230281

  1. Qtc里配置 build 和 run
    492365108230420