摘要: ```bash gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git gclient sync ``` 阅读全文
posted @ 2023-08-18 23:48 fndefbwefsowpvqfx 阅读(30) 评论(0) 推荐(0) 编辑
摘要: ```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 阅读(40) 评论(0) 推荐(0) 编辑
摘要: ```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 阅读(41) 评论(0) 推荐(0) 编辑
摘要: ```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 阅读(8) 评论(0) 推荐(0) 编辑