mirror of https://github.com/axmolengine/axmol.git
[ci skip]
This commit is contained in:
parent
3deb3b4231
commit
8c0ab2d489
|
@ -29,8 +29,8 @@ How to start a new game
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
$ cd cocos2d-x/tools/project-creator
|
$ cd cocos2d-x/tools/project-creator
|
||||||
$ ./create-multi-platform-projects.py -p mygame -k com.your_company.mygame -l cpp
|
$ ./create-multi-platform-projects.py -p mygame -k com.your_company.mygame -l cpp
|
||||||
$ cd ../../projects/mygame
|
$ cd ../../projects/mygame
|
||||||
|
|
||||||
|
|
||||||
|
@ -97,8 +97,9 @@ $ open samples.xcodeproj
|
||||||
* For Linux
|
* For Linux
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cd cocos2d-x/build
|
$ cd cocos2d-x
|
||||||
$ ./make-all-linux-projects.sh
|
$ cmake CMakeLists.txt
|
||||||
|
$ make
|
||||||
```
|
```
|
||||||
|
|
||||||
* For Windows
|
* For Windows
|
||||||
|
|
Loading…
Reference in New Issue