davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=b9117cb5900b60596aa510264bf7149be8673d58
commit b9117cb5900b60596aa510264bf7149be8673d58 Author: Dave Andreoli <[email protected]> Date: Mon Apr 27 20:04:16 2020 +0200 Update INSTALL --- INSTALL | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index ebb7077..c1494cd 100644 --- a/INSTALL +++ b/INSTALL @@ -3,17 +3,12 @@ =============== * Python 2.6 or higher, 3.2 or higher (http://www.python.org/) - - Tested with Python 2.7 / 3.3 / 3.4 + - Tested with Python 3.8 * Cython 0.21 or higher (http://cython.org/) - - Tested with Cython 0.21.2 + - Tested with Cython 0.29.16 - * EFL core library - - eo, evas, ecore, edje, emotion and elementary - - * pkg-config (http://www.freedesktop.org/wiki/Software/pkg-config) - - Windows executable (and GLib dependency) can be downloaded from - http://www.gtk.org/download/win32.php + * EFL libs * To build the DOCS you will also need: - python-sphinx @@ -29,6 +24,11 @@ python setup.py build + IMPORTANT NOTE: + To build the bindings you will need at least 4GB of free ram! + Otherwise the build process will badly fail. + + Distribution tarballs include pre-generated C source files, so cython usage is disabled by default, while is enabled in development git versions. You can always force the usage of cython using two environment --
