Update HOWTO Build section

Reviewers: raster, netstar

Reviewed By: raster

Differential Revision: https://phab.enlightenment.org/D12256
This commit is contained in:
Ali Alzyod 2021-04-09 19:56:32 +01:00 committed by Carsten Haitzler (Rasterman)
parent 5072846a26
commit ca78be3d59
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -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: