Skip to content

Commit 247bb14

Browse files
authored
Update cmake readme (cocos2d#20669)
1 parent 95e5d86 commit 247bb14

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

cmake/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ make
2525

2626
Execute `make help` to see all build targets, `make <target>` build specified target
2727

28-
### Generate Visual Studio projects
28+
### Generating a Visual Studio project
2929

3030
```sh
3131
cd cocos2d-x
@@ -42,7 +42,7 @@ or open __Cocos2d-x.sln__ in Explorer to use the generated project.
4242

4343
If can't found `MSVCR110.dll` issue occurs to you, please install this [Visual C++ Runtime Libraries](https://www.microsoft.com/en-us/download/details.aspx?id=30679), when runing the cpp-tests project
4444

45-
### Generate macOS Project
45+
### Generating a macOS Project
4646

4747
```sh
4848
cd cocos2d-x
@@ -51,19 +51,19 @@ cmake .. -GXcode
5151
open Cocos2d-x.xcodeproj
5252
```
5353

54-
### Generate iOS Project
54+
### Generating an iOS Project
5555

56-
*Create iOS device project*
56+
**Create iOS device project**
5757
```sh
58-
cd cocos2d-
58+
cd cocos2d-x
5959
mkdir ios-build && cd ios-build
6060
cmake .. -GXcode -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_SYSROOT=iphoneos
6161
open Cocos2d-x.xcodeproj
6262
```
6363

64-
*Create iOS simulator project*
64+
**Create iOS simulator project**
6565
```sh
66-
cd cocos2d-
66+
cd cocos2d-x
6767
mkdir ios-build && cd ios-build
6868
cmake .. -GXcode -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_SYSROOT=iphonesimulator
6969
open Cocos2d-x.xcodeproj

0 commit comments

Comments
 (0)