This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository entice.
View the commit online.
commit 9c6d7f7e64909a0e6b2d40a089d887747096e771
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Tue Jul 9 20:45:49 2024 +0200
add build instructions
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index b75fb49..48bd3e0 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,13 @@ This application is released under the BSD 2-Clause License
The EFL.
+### Build instructions
+
+Entice uses [meson](https://mesonbuild.com/) as build system. Just use the classic instructions:
+
+1. `meson setup builddir`
+2. `ninja -C builddir`
+
### Supported images
The following image formats (with the corresponding file extension) are
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.