axmol/tools/tolua
lihex 69bc32a21d Fix path on use 32bit windows ndk 2014-02-11 10:02:59 +08:00
..
README.mdown issue #3781, use python script instead. 2014-02-10 10:36:37 +08:00
cocos2dx.ini fix:Add the lua binding for ‘Component’ 2014-01-27 17:04:37 +08:00
cocos2dx_extension.ini issue #3626:Add lua binding for ScollView and TableView classes in the cocos2d::extension namespace and the related test cases 2014-01-17 10:19:55 +08:00
cocos2dx_gui.ini Update the lua test cases about the GUI 2014-01-03 10:39:19 +08:00
cocos2dx_physics.ini issue #3401: add lua physics slide test, add more banding code, and fix some bugs. 2014-01-14 15:48:44 +08:00
cocos2dx_spine.ini Delete some annotated statement about spine and add some reserve manual lua binding functions 2013-12-25 16:42:40 +08:00
cocos2dx_studio.ini Update the lua test cases about the GUI 2014-01-03 10:39:19 +08:00
genbindings.py Fix path on use 32bit windows ndk 2014-02-11 10:02:59 +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