Skip to content

take7yo/Parkour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cocos2d-js环境配置(ubuntu14.04)

参考: https://github.com/cocos2d/cocos2d-js

下载官网版压缩包:
$ wget http://www.cocos2d-x.org/filedown/cocos2d-js-v3.0.zip
或者下载github版本:
$ git clone [email protected]:cocos2d/cocos2d-js.git

Github note

If you fork our github repository or download the package from github, you will need to do some extra tasks:

  • Run git submodule update --init --recursive in the cocos2d-js root folder, to init and update submodules recursively, such as cocos2dx/plugin.
  • Run frameworks/js-bindings/cocos2d-x/download-deps.py to download external dependencies for Cocos2d-x
  • Run tools/cocos2d-console/download-bin.py to download bin files for some cocos2d-console plugins like Google Closure Compiler and JSC Compiler.

Otherwise, you will fail to compile your JSB projects.

Ubuntu 14.04_64bit

Notice

For JSB build, there are some restrictions

  • [Android build] NDK version must be r9d
  • [iOS build] Xcode version must be 5.1.1 +
  • ubuntu14.04 32bit support
    $ sudo apt-get install lib32stdc++6 lib32z1 lib32z1-de

About

cocos2d-js demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published