Windows Installation and Setup
Prerequisites
A supported environment. See Installation Prerequisites
Setting up Cocos2d-x
- Download Cocos2d-x and unzip it. (maybe: ~/)  
- Make sure you have a working environment see Prerequisites above. This means a working Python, having run - /setup.py> and updated your $PATH.
Compile and run the cpp-tests project
- Open cocos2d-win32.vc2012.sln in the build folder  
- Right click the TestCpp project, and select Set as StartUp Project.  
- Compile and run the TestCpp project. 
Starting a new project
Once everything above works, you can start a new project! To do this, read our document on the Cocos Command-line tool.
Troubleshooting
Please see this F.A.Q for troubleshooting help.
