raster pushed a commit to branch master. http://git.enlightenment.org/apps/ecrire.git/commit/?id=ca78be3d59cab8e1116ac5538daa1e4b45f8a555
commit ca78be3d59cab8e1116ac5538daa1e4b45f8a555 Author: ali-alzyod <ali198...@gmail.com> Date: Fri Apr 9 19:56:32 2021 +0100 Update HOWTO Build section Reviewers: raster, netstar Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D12256 --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index a4cced7..d02edd2 100644 --- a/README +++ b/README @@ -3,10 +3,10 @@ This is intended to be a text editor. It's currently mostly just a PoC, but I hope it'll grow to be more than that. HOWTO Build -$ mkdir build +$ meson build $ cd build -$ cmake .. -$ make && sudo make install +$ ninja +$ sudo ninja install If you're trying to build in a machine where you have efl 1.7.5 libraries installed, you must run cmake like this: --