mirror of https://github.com/axmolengine/axmol.git
Update readme files [skip appveyor][skip travis]
This commit is contained in:
parent
a2751dc651
commit
3727d13047
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue