From fc3f0dd4a9a377499bf04be6f9aedb690f57181d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 3 Nov 2017 14:10:07 -0400 Subject: [PATCH] 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.