摘要: https://webrtc.github.io/webrtc-org/native-code/development/ ```bash fetch webrtc gclient sync ``` ```bash gn gen out/Default gn gen out/Default --arg 阅读全文
posted @ 2023-08-19 11:38 fndefbwefsowpvqfx 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://skia.org/docs/user/download/ ```bat fetch skia ``` To build Skia as a static library in a build directory named out/Static: ```bat bin/gn gen 阅读全文
posted @ 2023-08-19 11:38 fndefbwefsowpvqfx 阅读(16) 评论(0) 推荐(0) 编辑
摘要: https://v8.dev/docs/build https://v8.dev/docs/build-gn ```bash fetch v8 gclient sync ``` ```bash gn gen out/foo --args='is_debug=false target_cpu="x64 阅读全文
posted @ 2023-08-19 11:38 fndefbwefsowpvqfx 阅读(3) 评论(0) 推荐(0) 编辑