docs: update readme

This commit is contained in:
冉坤 2022-01-10 12:04:48 +08:00
parent 16ee41074f
commit c3e84c62f6
2 changed files with 2 additions and 2 deletions

View file

@ -247,7 +247,7 @@ All the dependencies are provided and it is easy to compile.
### PC client
1. Set up the Qt development environment on the target platform.
An Up-to-date Qt5 (i.e. 5.15.2 or later) is recommended. For Windows, you can choose MSVC 2019 or MinGW 8.1.0, but please be noted that currently only **CMake** scripts support MinGW.
Qt version>=5.12 (use MSVC 2019 on Windows)
2. Clone the project
3. Open the project root directory `all.pro` or `CMakeLists.txt` with QtCreator
4. Compile and run

View file

@ -244,7 +244,7 @@ Mac OS平台你可以直接使用我编译好的可执行程序:
### PC端
1. 在目标平台上搭建Qt开发环境
我们建议使用最新的Qt5版本5.15.2或更高。在Windows上你可以自由选择MSVC 2019或MinGW 8.1.0,但需要注意的是现阶段只有**CMake**脚本提供了对MinGW的支持。
Qt版本>=5.12在Windows上使用MSVC 2019
2. 克隆该项目
3. 使用QtCreator打开项目根目录`all.pro``CMakeLists.txt`
4. 编译,运行