create new project in cocos2dx
To create new project,in the terminal
cocos new "Project" -p "package name" -l "language name" -d "directory name"
example
cocos new myGame -p com.jiji.MyGame -l cpp -d ~/Desktop/Project/
To create new project,in the terminal
cocos new "Project" -p "package name" -l "language name" -d "directory name"
example
cocos new myGame -p com.jiji.MyGame -l cpp -d ~/Desktop/Project/