随笔分类 -  Open Project

摘要: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
摘要: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
摘要: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
摘要:```bash gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git gclient sync ``` 阅读全文
posted @ 2023-08-18 23:48 fndefbwefsowpvqfx
摘要:```bash -DCMAKE_BUILD_TYPE=Debug -D3RDPARTY_DIR=x:/y/OCCT/dep -DINSTALL_DIR=x:/y/OCCT/install -DUSE_FREETYPE=TRUE -DUSE_FREEIMAGE=TRUE -DUSE_OPENGL=TR 阅读全文
posted @ 2023-08-18 16:13 fndefbwefsowpvqfx
摘要:```bash fetch --no-history chromium ``` 编译后,拉取全部history ```bash git fetch --unshallow git fetch --shallow-since=15/11/2012 git fetch --depth=100 ``` ` 阅读全文
posted @ 2023-08-18 14:02 fndefbwefsowpvqfx
摘要:```bat MSBuild -noLogo -m UE5.sln /t:Build /p:"Configuration=Development Editor" /p:Platform=Win64 MSBuild -noLogo -m UE5.sln /t:Rebuild /p:"Configura 阅读全文
posted @ 2023-08-18 11:34 fndefbwefsowpvqfx
摘要:https://github.com/godotengine/godot https://docs.godotengine.org/en/latest/contributing/development/compiling/compiling_for_windows.html ```bash pyth 阅读全文
posted @ 2023-08-16 19:13 fndefbwefsowpvqfx
摘要:https://github.com/google/filament/ https://github.com/google/filament/blob/main/BUILDING.md ```bat fsutil.exe file queryCaseSensitiveInfo youRepoFold 阅读全文
posted @ 2023-08-16 18:50 fndefbwefsowpvqfx