GN(Generate Ninja)来生成构建脚本,使用 ninja 来构建. gn 的介绍在这里:https://www.chromium.org/developers/gn-build-configuration 使用 gn 生成 ninja 构建文件的常用命令: // 生成 debug 版本的构建文件,默认配置 gn gen out/Debug // 生成 release 版本的构建文件 gn gen out/Release --args="is_debug=false" 注意,
1.硬盘空间: WebRTC官方原话: The checkout size is large due the use of the Chromium build toolchain and many dependencies. Estimated size: Linux: 6.4 GB.Linux (with Android): 16 GB (of which ~8 GB is Android SDK+NDK images).Mac (with iOS support): 5.6GB 2.破墙:
-------------------------------ODbgScript original pluginhttp://github.com/odbgscript------------------------------- 1. About OllyScript and ODbgScript2. Status 2.1 What's new?3. Documentation 3.1 Language 3.1.1 Reserved variables 3.1.2 Commands 3.2