diff options
author | klaatu <klaatu@member.fsf.org> | 2019-11-22 19:26:15 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@gmail.com> | 2019-11-22 15:24:09 +0700 |
commit | 89d247a8704ccf373fbace27cd629d81ad6c74e6 (patch) | |
tree | 9e5421de65691dc14b1faa72640058f446572acb /python/cocos2d/README | |
parent | d2205ba4aa6595dfa90d818de26b69c8e0352a10 (diff) | |
download | slackbuilds-89d247a8704ccf373fbace27cd629d81ad6c74e6.tar.gz |
python/cocos2d: Updated for Python 3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
Diffstat (limited to 'python/cocos2d/README')
-rw-r--r-- | python/cocos2d/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/cocos2d/README b/python/cocos2d/README index 2fcecacd02..29c83cb96a 100644 --- a/python/cocos2d/README +++ b/python/cocos2d/README @@ -1,11 +1,11 @@ -cocos2d is a framework for building 2D games, demos, -and other graphical/interactive applications. +cocos2d is a Python framework for building 2D games, +demos, and other graphical/interactive applications. -It works on Windows, OS X and Linux and it is meant -to be used by applications written in Python 2.x or 3.x +To build for Python3: + # PYTHON=python3 ./cocos2d.SlackBuild -Recommended Optional Dependencies +Recommended optional dependencies: numpy (for particles) avbin (for sound and video) |