You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ make
25
25
26
26
Execute `make help` to see all build targets, `make <target>` build specified target
27
27
28
-
### Generate Visual Studio projects
28
+
### Generating a Visual Studio project
29
29
30
30
```sh
31
31
cd cocos2d-x
@@ -42,7 +42,7 @@ or open __Cocos2d-x.sln__ in Explorer to use the generated project.
42
42
43
43
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
0 commit comments