discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=0688fbf7fecaa651a9949b9bdcccaacb21cf5ebc

commit 0688fbf7fecaa651a9949b9bdcccaacb21cf5ebc
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Nov 3 14:10:07 2017 -0400

    update README with meson instructions
---
 README | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 53ab8de47..033c2df0f 100644
--- a/README
+++ b/README
@@ -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.
 

-- 


Reply via email to