修复加载,更新编译文档

dev
邱德佳 2 days ago
parent 78075f8935
commit 0bd5ccb2ad

@ -49,6 +49,7 @@ D:\FreeCAD-1.1.1 安装后的运行目录
- `C:` 盘和 `D:` 盘都预留足够空间 - `C:` 盘和 `D:` 盘都预留足够空间
- `D:` 盘最好预留 100GB 以上 - `D:` 盘最好预留 100GB 以上
- 不要编 `Debug`,本文统一使用 `RelWithDebInfo` - 不要编 `Debug`,本文统一使用 `RelWithDebInfo`
- 预留20g以上的可用运行内存
先检查命令是否可用: 先检查命令是否可用:
@ -152,12 +153,12 @@ D:\LightWork3D\build
继续在 PowerShell 里执行: 继续在 PowerShell 里执行:
```powershell ```powershell
cmake --build $build --config RelWithDebInfo --parallel 4 cmake --build $build --config RelWithDebInfo --parallel 20
``` ```
说明: 说明:
- `--parallel 4` 是4个并发任务,理论可以支持电脑上最大线程数。若编译出错,请降低并发任务数量。 - `--parallel 20` 是20个并发任务,理论可以支持电脑上最大线程数。若编译出错,请降低并发任务数量。
### 9. 安装工程 ### 9. 安装工程
@ -168,7 +169,7 @@ cmake --build $build --config RelWithDebInfo --parallel 4
cmake --install $build --config RelWithDebInfo --prefix $run cmake --install $build --config RelWithDebInfo --prefix $run
``` ```
执行完以后,真正建议运行的是 执行完以后,运行:
```text ```text
D:\FreeCAD-1.1.1\bin\FreeCAD.exe D:\FreeCAD-1.1.1\bin\FreeCAD.exe

Before

Width:  |  Height:  |  Size: 371 KiB

After

Width:  |  Height:  |  Size: 371 KiB

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

@ -96,32 +96,6 @@
<file>freecadaboutdev.png</file> <file>freecadaboutdev.png</file>
<file>freecadsplash_2x.png</file> <file>freecadsplash_2x.png</file>
<file>freecadsplash.png</file> <file>freecadsplash.png</file>
<file>freecadsplash0_2x.png</file>
<file>freecadsplash0.png</file>
<file>freecadsplash1_2x.png</file>
<file>freecadsplash1.png</file>
<file>freecadsplash10_2x.png</file>
<file>freecadsplash10.png</file>
<file>freecadsplash11_2x.png</file>
<file>freecadsplash11.png</file>
<file>freecadsplash12_2x.png</file>
<file>freecadsplash12.png</file>
<file>freecadsplash2_2x.png</file>
<file>freecadsplash2.png</file>
<file>freecadsplash3_2x.png</file>
<file>freecadsplash3.png</file>
<file>freecadsplash4_2x.png</file>
<file>freecadsplash4.png</file>
<file>freecadsplash5_2x.png</file>
<file>freecadsplash5.png</file>
<file>freecadsplash6_2x.png</file>
<file>freecadsplash6.png</file>
<file>freecadsplash7_2x.png</file>
<file>freecadsplash7.png</file>
<file>freecadsplash8_2x.png</file>
<file>freecadsplash8.png</file>
<file>freecadsplash9_2x.png</file>
<file>freecadsplash9.png</file>
<file>Geoassembly.svg</file> <file>Geoassembly.svg</file>
<file>Geofeaturegroup.svg</file> <file>Geofeaturegroup.svg</file>
<file>Group.svg</file> <file>Group.svg</file>

Loading…
Cancel
Save