Developers Manual » Cocos2d-x » Setting up Development Environments » BlackBerry Environment setup »
How to create qnx project with script¶
For Windows¶
- 1. Double click 'create-qnx-project.vbs' which be placed at the root folder of cocos2d-x.
- 2. Input your project name and click 'ok' button.
For Linux and Mac¶
- 1. Open terminal and go into the root folder of cocos2d-x, modify the permission of 'create-qnx-project.sh' by 'chmod 777 create-qnx-project.sh'.
- 2. Type './create-qnx-project.sh' to continue, enter your project name and return.
Import project¶
- Start your QNX IDE, import the project you have created.