summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-11-03 14:10:07 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-11-03 14:10:07 -0400
commit0688fbf7fecaa651a9949b9bdcccaacb21cf5ebc (patch)
treebebb8bdd7994842aa2121d9d0f915f4e5afd16f5 /README
parentb40398ab303470fc273731bf7ec36128a1bf666a (diff)
downloadenlightenment-0688fbf7fecaa651a9949b9bdcccaacb21cf5ebc.tar.gz
update README with meson instructions
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 11 insertions, 5 deletions
diff --git a/README b/README
index 53ab8de47b..033c2df0f7 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.