This is the codebase for the workshop on C++11/14.
It's necessary Cocos2d-X can be downloaded here: http://www.cocos2d-x.org/download/version#Cocos2d-x Version 3.2
* Linux: at least gcc 4.8
* Win32: VS 2013 e python 2.7.5
* OSX:
$ cocos run -p mac
if you never run cocos2d-x on linux, you need to install all dependences by the script in cocos2d/build/install-deps-linux.sh
$ cd cocos2d-x/build
$ ./install-deps-linux.sh
Then
$ cd NEW_PROJECTS_DIR/MyGame
$ cocos run -p linux
Run
$ bin/MyGame
$ cocos run -p win32