Merge branch 'master' of https://github.com/c4games/engine-x
This commit is contained in:
halx99 2020-12-16 12:47:04 +08:00
parent 14f38d0ebc
commit eb2917fbf6
1 changed files with 9 additions and 8 deletions

View File

@ -5,12 +5,13 @@ On Windows:
------------ ------------
* Make sure that you have installed `android-ndk-r16` or later. * Make sure that you have installed `android-ndk-r16` or later.
* Download python2.7.3 (32bit) from (http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi). * 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.
* Add the installed path of python (e.g. C:\Python27) to windows environment variable named 'PATH'. * Install python dependices by pip.
* Download pyyaml from http://pyyaml.org/download/pyyaml/PyYAML-3.11.win32-py2.7.exe and install it. <pre>
* 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`. pip install PyYAML
* Set environment variables `ANDROID_NDK` and `PYTHON_BIN` pip install Cheetah
* Go to "cocos2d-x/tools/tolua" folder, and run "genbindings.py". The generated codes will be under "cocos\scripting\auto-generated\lua-bindings". </pre>
* Go to "tools/tolua" folder, and run "genbindings.py". The generated codes will be under "cocos\scripting\auto-generated\lua-bindings".
On MAC: On MAC:
@ -50,7 +51,7 @@ On Ubuntu Linux 12.04 64bit
sudo pip install Cheetah sudo pip install Cheetah
</pre> </pre>
* Download NDK 64bit r10c or later from [Android Ndk](https://developer.android.com/ndk/downloads/index.html) * Download NDK 64bit r10c or later from [Android Ndk](https://developer.android.com/ndk/downloads/index.html)
* Go to "cocos2d-x/tools/tolua", Run * Go to "tools/tolua", Run
<pre> <pre>
export ANDROID_NDK=/path/to/android-ndk-r10c export ANDROID_NDK=/path/to/android-ndk-r10c
./genbindings.py ./genbindings.py