[ci skip]

This commit is contained in:
minggo 2013-11-06 18:05:02 +08:00
parent 3deb3b4231
commit 8c0ab2d489
1 changed files with 5 additions and 4 deletions

View File

@ -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