Win7 or Win8:
Before you start, if your computer is a Windows operating system, it must be win7 or later. Why can't XP system, we can find the answer in the quick-cocos2dx configuration file setup_win.bat:
We can see that the configuration fails in the XP environment. Therefore, make sure that Windows 7 7 and later versions are supported.
Sublime text 3.0:
Compared with vs2013, sublime is small, fast, and convenient, and is favored by many developers. Can sublime completely replace vs2013 ?, Yes. You only need to install a toolset in sublime;
This is package control;
Package control:
How do I install pcakage control? Open sublime and find View> show console. Enter the following code at the bottom of the console:
import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())
Wait about 30 seconds.
We found that package control has been installed successfully.
Open package control, select install package, wait for 20 s to enter quickxdev, select quickxdev, and close and restart sublime after it is updated.
Find quickxdev in package settings
Perform the following configurations:
Open the downloaded quick-cocos2dx. Find setup_win.bat. Click Configure;
Import the entire quick-cocos2dx project to sublime:
In this case, find an instance named "maid" in the engine, right-click the script, and find run with player: Click it:
I have built a group about quick-cocos2dx welcome to join the exchange: QQ group: 367086379
In this way, the entire configuration is over.
Quick-cocos2dx those things (2): Development Environment sublime text 3.0 configuration process