raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d8eae1a1aac6fd29c5c6fda029f9383dbff6f2f8
commit d8eae1a1aac6fd29c5c6fda029f9383dbff6f2f8 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Tue Jun 14 10:46:44 2016 +0900 efl readme - add platfomr support info there and openbsd not supported add some info on platform support in readme and note than openbsd is not supported. --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index 52c8426..fc874b3 100644 --- a/README +++ b/README @@ -26,6 +26,17 @@ For more documentation please see: http://www.enlightenment.org/p.php?p=docs +PLATFORMS +--------- + +EFL is primarily developerd on Linux (GNU/Linux) and should work on +most distributions as long as dependencies are provided. It has been +compiled and run also on Windows (using MINGW32 - please see +http://www.winbuilds.org ), Mac OS X, FreeBSD and NetBSD. Due to +serious bugs in OpenBSD, EFL cannot be compiled ro used there. Please +see: + +https://www.mail-archive.com/search?l=m...@openbsd.org&q=subject:%22SIGCHLD+and+libpthread.so%22&o=newest&f=1 COMPONENTS --