Quick-cocos2dx those things (2): Development Environment sublime text 3.0 configuration process

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.