summarylogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWilson E. Alvarez2016-05-13 22:54:51 -0400
committerWilson E. Alvarez2016-05-13 22:54:51 -0400
commit65a9fc2beb4f8d9efaa2e1a42abfd51700a7c22d (patch)
tree76af95e7246630dd553536516ed510e058782685 /README
parent7466c9b9ec1522863330d7e9f3274a9e671d29a5 (diff)
downloadaur-65a9fc2beb4f8d9efaa2e1a42abfd51700a7c22d.tar.gz
cocos2d-x v3.11 - Added DasFranck's python path fix.
Hardcoded python paths are now set to python2.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 0 insertions, 14 deletions
diff --git a/README b/README
index 762a2cc6a83b..1af775b5380d 100644
--- a/README
+++ b/README
@@ -1,17 +1,3 @@
-Very important point to have a full functionnal cocos2d-x install:
-
-*******************
-** WARNING **
-*******************
- * All cocos2d scripts use python2. Calling "python2 script" is not enough
- as other submodule will be called with "env python" (which could point to python3).
- cocos2d scripts will failed if called with python3.
-
- In order to use cocos2d wrapper correctly without forcing symlink python to be python2,
- you can use this : https://wiki.archlinux.org/index.php/python#Dealing_with_version_problem_in_build_scripts
- A first pattern I suggest is "/opt/cocos2d-x/*"
-
-
************************
** CONFIGURATION **
************************