update README with meson instructions

This commit is contained in:
Mike Blumenkrantz 2017-11-03 14:10:07 -04:00
parent b40398ab30
commit 0688fbf7fe
1 changed files with 11 additions and 5 deletions

16
README
View File

@ -1,6 +1,6 @@
Please report bugs and send patches to phab.enlightenment.org
Enlightenment 0.19.0
Enlightenment
Requirements:
-------------
@ -14,12 +14,18 @@ Heavily suggested:
evas_generic_loaders (all loaders)
NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment
file prior to installing DR19 or it will be overwritten.
file prior to installing this release or it will be overwritten.
You can also use the configure --prefix option to put enlightenment in a separate tree
of its own (recommended) like:
MESON BUILD:
meson . build
optional:
mesonconf --options OR meson configure --options
./configure --prefix=/usr/local/e19
cd build && sudo ninja install
AUTOTOOLS BUILD:
./configure --prefix=/usr/local/e
sudo make install
You will, as usual, need to add the subsequent bin dir to your $PATH etc.