How do I download Cocos2d-X?

How do I download Cocos2d-X?

To download Cocos2d-x, go to http://www.Cocos2d-x.org/download and download Version 2.2. 3 from the website. Once downloaded, you can unzip the Cocos2d-x-2.2. 3 folder to any folder on the system; I am extracting it onto the desktop.

How do I run Cocos2d-X?

Running Cocos2d-x on Windows 10

  1. Ensure you have Windows 10 installed.
  2. Download and install Microsoft Visual Studio.
  3. Install Python 2.7.x.
  4. Add c:\Python27 to the Path Environment setting.
  5. Open up command prompt and use the command:
  6. Enter the proj.

How do I add sdl2 to code blocks?

Setting up SDL 2 on Code::Blocks 12.11

  1. First thing you need to do is download SDL headers, libary and binaries.
  2. Start up Code::Blocks and create a new empty project.
  3. Go to project properties.
  4. Now we have to tell Code::Blocks to search for header files in the library folder we just extracted.

How do you set up Cocos?

Install Cocos2d-x

  1. Download Cocos2d-x (cocos2d-x-4.0.zip) from www.cocos2d-x.org and unzip it in a folder that you want it to reside e.g. C:\Dev\
  2. Setup Cocos2d-x by running the setup.py in a power shell from inside of the unzipped folder e.g. C:\Dev\cocos2d-x-4.0\

How do I install Libsdl?

Setting up SDL 2 on Linux

  1. apt-cache search libsdl2. You’ll want to download the development version of SDL 2.
  2. apt-get install libsdl2-dev. 2) If you use the Yellow dog Updater, Modified (used in Fedora and CentOS) you can enter the command:
  3. yum search SDL2-devel.
  4. yum install SDL2-devel.
  5. ./configure.
  6. make all.
  7. make install.

How do I set up my Cocos creator?

Coding Environment Setup

  1. Install VS Code.
  2. Install Cocos Creator API Extension.
  3. Generate API Source In Your Project.
  4. Open Project With VS Code.
  5. Setup File Tree and Search Filter.
  6. Use VS Code to activate script compilation.
  7. Use VS Code to debug web games.
  8. Learn More About VS Code.