Cocos2d-x Environment Construction
April 14, 2014 COCOS2D-X Development Environment construction
Cocos2d-x 3.0 has come out, this blog or under the Cocos2d-x 2.2.3, other version of the configuration of the environment and children's shoes to find out their own other information bar.
To build a cocos2d-x development environment, the following tools and materials need to be prepared:
1.cocos2d-x 2.2.3 Engine
2.Visual Studio 2013 Microsoft-provided IDE
3.python2.7.5
Specific and download the way I do not say here, their own Baidu, I believe that children's shoes have this ability.
Environment Construction Steps:
I. Unzip the COCOS2D-X 2.2.3 compressed package to D:/software
After the decompression is complete there will be Cocos2d-x 2.2.3 folder, open folder will have the following files:
650) this.width=650; "src=" http://img.blog.csdn.net/20140414140256250 "/>
Ii. installation of Visual Studio 2013
I installed here is version 2013, as for children's shoes installed 2012 also line, no matter what version, can be used on the line ha.
It takes a long time to install this development tool, so you can go and have a cup of tea ....
The final installation can be seen in all programs in the Start button, such as:
650) this.width=650; "src=" http://img.blog.csdn.net/20140414140919234 "/>
650) this.width=650; "src=" http://img.blog.csdn.net/20140414141202312 "/>
Third, install Python, configure environment variables
Install Python-2.7.5.msi, I am here to install to the C drive, after the installation will be installed in the C drive to generate an installation directory:
650) this.width=650; "src=" http://img.blog.csdn.net/20140414141557109 "/>
Configure environment variables: Here is the configuration of the Python path to the path variable, as shown in:
650) this.width=650; "src=" http://img.blog.csdn.net/20140414141832937 "/>
650) this.width=650; "src=" http://img.blog.csdn.net/20140414141847109 "/>
Iv. Testing Python
At the command line-typing: Python-?, there will be the following:
650) this.width=650; "src=" http://img.blog.csdn.net/20140414142107453 "/>
Five, enter the D:\software\cocos2d-x-2.2.3 directory, double-click Open Open Cocos2d-win32.vc2012.sln file, after you build the solution will be as follows:
650) this.width=650; "src=" http://img.blog.csdn.net/20140414142744421 "/>
Right-click Set Hellocpp to start the project and run:
The HelloWorld of the fragrant Bobo appeared.
650) this.width=650; "src=" http://img.blog.csdn.net/20140414143243546 "/>
http://blog.csdn.net/wwj_748/article/details/23672799
Cocos2d-x 2.2.3 + Visual Studio + python2.7.5 development Environment Building