This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository edi.
View the commit online.
commit 45793488a68ccad9e72006509336b85f833d52b3
Author: Alastair Poole <[email protected]>
AuthorDate: Wed Apr 15 19:15:12 2026 +0100
README: update meson/ninja
---
README.md | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index ddf8034..f48cd60 100644
--- a/README.md
+++ b/README.md
@@ -12,16 +12,17 @@ and in creating apps based on the EFL suite.
meson
ninja
EFL latest release (>= 1.24.0)
-libclang-dev (or llvm-clang-devel)
+libclang-dev (or llvm-clang-devel) this is optional.
## Installation
Using meson and ninja to install this software is the usual:
- meson build/
- cd build
- ninja
- sudo ninja install
+ meson setup build
+ ninja -c build
+ sudo ninja -c build install
+
+You can disable libclang support by passing -Dlibclang=false to meson.
## Usage
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.