axmol/tools/tolua
halx99 8df3d5e274 Init Commit 2019-11-23 20:27:39 +08:00
..
README.mdown Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_3d.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_audioengine.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_backend.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_controller.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_csloader.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_extension.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_navmesh.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_physics.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_physics3d.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_spine.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_studio.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_ui.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_video.ini Init Commit 2019-11-23 20:27:39 +08:00
cocos2dx_webview.ini Init Commit 2019-11-23 20:27:39 +08:00
genbindings.py Init Commit 2019-11-23 20:27:39 +08:00

README.mdown

How to Use bindings-generator

On Windows:

On MAC:

  • The OSX 10.10 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
  • Download NDK 64bit r10c or later from Android Ndk
  • Run
	export NDK_ROOT=/path/to/android-ndk-10c
    ./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
  • Download NDK 64bit r10c or later from Android Ndk
  • Go to "cocos2d-x/tools/tolua", Run
	export NDK_ROOT=/path/to/android-ndk-r10c
    ./genbindings.py