vault backup: 2023-08-21 11:56:17
This commit is contained in:
parent
73b03a6b25
commit
5fcbae6704
@ -36,3 +36,7 @@ FChainDecoderFK::DecodePose():
|
|||||||
|
|
||||||
|
|
||||||
# UIKRetargetProcessor
|
# UIKRetargetProcessor
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# FBX
|
||||||
|
16
07-Other/Qt/Qt6编译步骤.md
Normal file
16
07-Other/Qt/Qt6编译步骤.md
Normal file
@ -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进行编译。
|
||||||
|
`
|
Loading…
x
Reference in New Issue
Block a user