axmol/tools/tolua
samuele3hu c892939968 Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_SceneReader 2014-06-26 09:52:41 +08:00
..
README.mdown Update README.md in tools/tolua 2014-05-28 09:43:48 +08:00
cocos2dx.ini Add coco studio ui focus test cases for Lua 2014-06-25 15:08:59 +08:00
cocos2dx_extension.ini Updates the config files for luabindings. 2014-05-17 11:15:43 +08:00
cocos2dx_physics.ini Updates the config files for luabindings. 2014-05-17 11:15:43 +08:00
cocos2dx_spine.ini Update cocos2dx_spine.ini 2014-06-18 11:47:43 +08:00
cocos2dx_studio.ini Add Lua binding for ActionTimeline related and related test cases 2014-06-26 09:51:32 +08:00
cocos2dx_ui.ini Add coco studio ui focus test cases for Lua 2014-06-25 15:08:59 +08:00
genbindings.py rename cocos2dx_gui to cocos2dx_ui 2014-03-11 18:48:27 +08:00

README.mdown

How to Use bindings-generator

On Windows:

On MAC:

  • The OSX 10.9 has a built-in python2.7 and if your os don't have python2.7 then use Homebrew to install the python and use pip install the python dependencies.
	brew install python
  • Install python dependices by pip.
    sudo easy_install pip
    sudo pip install PyYAML
	sudo pip install Cheetah
	export NDK_ROOT=/path/to/android-ndk-r9b
    ./genbindings.py

On Ubuntu Linux 12.04 64bit

  • Install python
	sudo apt-get install python2.7
  • Install python dependices by pip.
	sudo apt-get install python-pip
	sudo pip install PyYAML
	sudo pip install Cheetah
	export NDK_ROOT=/path/to/android-ndk-r9b
    ./genbindings.py