diff --git a/README.md b/README.md index a19b98f602..aa0722395f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ 6. Remark: If you use non-sdk provided CMake edition, you need download ```ninja``` from https://github.com/ninja-build/ninja/releases, and copy ```ninja.exe``` to cmake's bin directory #### iOS - 1. Ensure xcode11+ & **cmake-3.18.2+** installed + 1. Ensure xcode11+ & cmake3.6+ installed 2. Install brew: ```/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"``` when finish, install follow tools: ```sh diff --git a/README_CN.md b/README_CN.md index da0cd21b09..b6d74024bc 100644 --- a/README_CN.md +++ b/README_CN.md @@ -61,7 +61,7 @@ 6. 如果使用非sdk自动安装的CMake版本, 需要从https://github.com/ninja-build/ninja/releases下载 ```ninja```, 并且拷贝```ninja.exe```到CMake的bin目录 #### iOS - 1. 确保已安装xcode11+ + 1. 确保已安装xcode11+和cmake3.6+ 2. 安装brew: ```/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"``` brew安装完成后,确保如下工具安装: ```sh