Last active
August 29, 2015 14:04
-
-
Save jollyjoester/7cebbc379ff593e4867f to your computer and use it in GitHub Desktop.
Cocos2dxプロジェクト作成メモ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cocos2dx 2.2.2 プロジェクト作成 | |
/Users/jollyjoester_pro/Documents/cocos2d-x/cocos2d-x-2.2.2/tools/project-creator/create_project.py -project SampleApp -package com.jollyjoester.hogehoge -language cpp | |
#cocos2dx 3.2 プロジェクト作成 | |
/Users/jollyjoester_pro/Documents/cocos2d-x/cocos2d-x-3.2/tools/cocos2d-console/bin/cocos new SampleApp -p com.jollyjoester.hogehoge -l cpp -d ~/Desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment