axmol/tools/tolua
yangxiao 97edd303b5 remove DrawNode3D 2014-08-08 15:06:45 +08:00
..
README.mdown
cocos2dx.ini remove DrawNode3D 2014-08-08 15:06:45 +08:00
cocos2dx_cocosbuilder.ini
cocos2dx_cocosdenshion.ini
cocos2dx_controller.ini
cocos2dx_experimental.ini
cocos2dx_experimental_video.ini
cocos2dx_extension.ini
cocos2dx_physics.ini
cocos2dx_spine.ini
cocos2dx_studio.ini
cocos2dx_ui.ini
genbindings.py

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