stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c2a9cc4de4eb7ee58aded43800259f882274fba2

commit c2a9cc4de4eb7ee58aded43800259f882274fba2
Author: Bruno da Silva Belo <brunodasilvab...@gmail.com>
Date:   Thu Sep 26 21:49:00 2019 +0000

    Updating README for clang requirements.
    
    OpenMP needs to be installed in system to sucessfully compile with
    clang, needs libomp, while gcc use his version, libgomp.
    
    Reviewed-by: Stefan Schmidt <ste...@datenfreihafen.org>
    Differential Revision: https://phab.enlightenment.org/D10213
---
 README | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README b/README
index 10b88d15e0..2f0c41d4f4 100644
--- a/README
+++ b/README
@@ -472,6 +472,7 @@ Required by default:
   * libraw
   * libspectre
   * librsvg
+  * openmp (clang needs libomp, while gcc uses libgomp)
 
 You might want webp support so disable fewer loaders and remove webp
 from the disablers with:

-- 


Reply via email to