构建步骤 (Windows) 基本要求 Exclude source tree from Windows Security 构建 32 位构建 Visual Studio 项目 故障排查 Command xxxx not found Fatal internal compiler error: C1001 LNK1181: cannot ope...
构建系统概述 GN 文件 分块构建 测试 构建系统概述 Electron 使用 GN 生成项目,并用 Ninja 完成构建。 项目配置位于 .gn 和 .gni 文件中。 GN 文件 构建 Electron 的主要配置信息位于下列 gn 文件中: BUILD.gn 指明了如何构建 Electron,还包括与 Chromiu...