summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno da Silva Belo <brunodasilvabelo@gmail.com>2019-09-26 21:49:00 +0000
committerMike Blumenkrantz <zmike@samsung.com>2019-10-04 09:54:06 -0400
commit728c1a5ab082e037b8723d6beaa7ab0d02bafb36 (patch)
treed59ee37fb4c7a24edfbd19807537a1cd4cc32c6e
parent3eeb4eebe447847ce166bc0af238f47917229187 (diff)
downloadefl-728c1a5ab082e037b8723d6beaa7ab0d02bafb36.tar.gz
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 <stefan@datenfreihafen.org> Differential Revision: https://phab.enlightenment.org/D10213
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index f2404c0246..e66213a18e 100644
--- a/README
+++ b/README
@@ -480,6 +480,7 @@ Required by default:
* libraw
* libspectre
* librsvg
+ * openmp (clang needs libomp, while gcc uses libgomp)
Recommended requirements (highly recommended):