diff --git a/tools/tolua/README.md b/tools/tolua/README.md index d2fa1f70ba..99fc6ee9db 100644 --- a/tools/tolua/README.md +++ b/tools/tolua/README.md @@ -5,13 +5,12 @@ On Windows: ------------ * Make sure that you have installed `android-ndk-r16` or later. -* Install python2.7.18 (32bit) from http://www.python.org/ftp/python/2.7.18/python-2.7.18.msi with `Add to 'PATH'` install option. -* Install python dependices by pip. -
- pip install PyYAML - pip install Cheetah --* Go to "tools/tolua" folder, and run "genbindings.py". The generated codes will be under "cocos\scripting\auto-generated\lua-bindings". +* Download python2.7.3 (32bit) from (http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi). +* Add the installed path of python (e.g. C:\Python27) to windows environment variable named 'PATH'. +* Download pyyaml from http://pyyaml.org/download/pyyaml/PyYAML-3.11.win32-py2.7.exe and install it. +* Download [Cheetah-2.4.4.tar.gz](https://pypi.python.org/packages/cd/b0/c2d700252fc251e91c08639ff41a8a5203b627f4e0a2ae18a6b662ab32ea/Cheetah-2.4.4.tar.gz#md5=853917116e731afbc8c8a43c37e6ddba), extract and install it by `python setup.py`. +* Set environment variables `ANDROID_NDK` and `PYTHON_BIN` +* Go to "cocos2d-x/tools/tolua" folder, and run "genbindings.py". The generated codes will be under "cocos\scripting\auto-generated\lua-bindings". On MAC: @@ -26,7 +25,7 @@ On MAC:
sudo easy_install pip sudo pip install PyYAML - sudo pip install Cheetah + sudo pip install Cheetah* Download NDK 64bit r10c or later from [Android Ndk](https://developer.android.com/ndk/downloads/index.html) @@ -51,7 +50,7 @@ On Ubuntu Linux 12.04 64bit sudo pip install Cheetah * Download NDK 64bit r10c or later from [Android Ndk](https://developer.android.com/ndk/downloads/index.html) -* Go to "tools/tolua", Run +* Go to "cocos2d-x/tools/tolua", Run
export ANDROID_NDK=/path/to/android-ndk-r10c ./genbindings.py diff --git a/tools/tolua/cocos2dx_physics3d.ini b/tools/tolua/cocos2dx_physics3d.ini index 176b90a900..1210dd375b 100644 --- a/tools/tolua/cocos2dx_physics3d.ini +++ b/tools/tolua/cocos2dx_physics3d.ini @@ -18,7 +18,7 @@ clang_flags = -nostdinc -x c++ -std=c++11 -fsigned-char -U__SSE__ -DCC_ENABLE_BU win32_clang_flags = -U __SSE__ -cocos_headers = -I%(cocosdir)s/cocos -I%(cocosdir)s/cocos/platform/android -I%(cocosdir)s/external -I%(cocosdir)s/external/bullet/include -I%(cocosdir)s/external/bullet/include/bullet +cocos_headers = -I%(cocosdir)s/cocos -I%(cocosdir)s/cocos/platform/android -I%(cocosdir)s/external -I%(cocosdir)s/external/bullet cocos_flags = -DANDROID