目录

编译

支持的平台

* Microsoft Windows (x86, x86-64) * Debian Linux (x86, x86-64, ARM, MIPS, Loongson ISA) * Apple macOS (x86-64)

Microsoft Windows

依赖

1. MinGW-w64(需要配置以下依赖)已经打包好库依赖的MinGW-w64 * libcurl * libbrotli * libssh2 * libnghttp2 * libz * libzstd * libglfw3

2. Git on Windows

3. 7-Zip

4. CMake

准备

1. 确保你的计算机有至少4核2.0 GHz以上的处理器以及至少8 GB内存

2. 检查你的网络连接,需要能够正常访问 https://github.com/,国内用户请酌情使用代理加速

3. 克隆 https://github.com/covscript/csbuild 到本地,如本地已经存在请使用 git pull 更新到最新版本

4. 进入 sign_tools 文件夹,执行 gen.bat 生成证书,不要设置密码,留空即可

5. 将上一步配置好的依赖全部加入到 PATH 环境变量中

编译

进入 win_tools 文件夹,按照 step1 → step2 → step3 → step4 的顺序依次执行,进入到下一步前需确保前一步已经完成。执行完毕后,就可以在 win_tools/builds 中找到编译完成的 CovScript 工具链了