vault backup: 2023-08-21 11:56:17

This commit is contained in:
BlueRose 2023-08-21 11:56:17 +08:00
parent 73b03a6b25
commit 5fcbae6704
2 changed files with 20 additions and 0 deletions
03-UnrealEngine/Animation
07-Other/Qt

@ -36,3 +36,7 @@ FChainDecoderFK::DecodePose():
# UIKRetargetProcessor
# FBX

@ -0,0 +1,16 @@
# 前言
参考:
- https://doc.qt.io/qt-6/windows-building.html
- 构建选项:https://doc.qt.io/qt-6/configure-options.html
- https://www.cnblogs.com/eslzzyl/p/17270948.html
# 编译步骤
1. 安装Ninja、Perl、Python、CMake并且设置环境变量。
2. 在指定目录下创建`Src``Build``Install`文件夹内。
3. 将源码下载包解压至`Src`中。
4. 进入`Build`文件夹,并且输入`..\Src\qtbase\configure -prefix ..\Install -debug-and-release`
5. 编译`cmake --build . --parallel`
6. `cmake --install .`
之后安装QtCreator进行编译。
`