From 445ed4615ce1ec69d1cf9ce7a2cdf362918b5157 Mon Sep 17 00:00:00 2001 From: rankun Date: Fri, 12 Jul 2019 12:58:09 +0800 Subject: [PATCH] =?UTF-8?q?update:readme=20=E7=BC=96=E8=AF=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_EN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b43415a..2b7a5e7 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Mac OS平台,你可以直接使用我编译好的可执行程序: 尽量提供了所有依赖资源,方便傻瓜式编译。 ### PC端 -1. 目标平台上搭建Qt开发环境(Qt 5.9.7+) +1. 目标平台上搭建Qt开发环境(Qt >= 5.9.7, vs >= 2015 (不支持mingw)) 2. 克隆该项目 3. 使用QtCreator打开项目根目录all.pro 4. 编译,运行即可 diff --git a/README_EN.md b/README_EN.md index d966bac..07c25be 100644 --- a/README_EN.md +++ b/README_EN.md @@ -135,7 +135,7 @@ There are several reasons for this, and the proportions are arranged from large Try to provide all the dependencies and make it easy to compile. ### PC client -1. Set up the Qt development environment on the target platform (Qt 5.9.7+) +1. Set up the Qt development environment on the target platform (Qt >= 5.9.7, vs >= 2015 (not support mingw)) 2. Clone the project 3. Open the project root directory all.pro with QtCreator 4. Compile and run