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.