From c39fc7c44211354a27cb4a2b0481fc92de4e3af5 Mon Sep 17 00:00:00 2001 From: Bruno da Silva Belo Date: Thu, 26 Sep 2019 21:49:00 +0000 Subject: [PATCH] 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 Differential Revision: https://phab.enlightenment.org/D10213 --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 10b88d1..2f0c41d 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: -- 2.7.4