axmol/tools/tojs
James Chen 5e6130c92c issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
..
README.mdown issue #3781, use python script instead. 2014-02-10 10:36:37 +08:00
cocos2dx.ini issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
cocos2dx_builder.ini issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
cocos2dx_extension.ini issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
cocos2dx_gui.ini issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
cocos2dx_spine.ini fix copy-paste error, all spxxx_to_jsval use lower case and add missing data structs getAttachment; 2014-02-14 13:24:56 +08:00
cocos2dx_studio.ini issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
genbindings.py Minor debugging messages and guards. 2014-02-13 01:25:23 +01: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