diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2017-11-03 14:10:07 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2017-11-03 14:10:07 -0400 |
commit | 0688fbf7fecaa651a9949b9bdcccaacb21cf5ebc (patch) | |
tree | bebb8bdd7994842aa2121d9d0f915f4e5afd16f5 | |
parent | b40398ab303470fc273731bf7ec36128a1bf666a (diff) |
update README with meson instructions
-rw-r--r-- | README | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,6 +1,6 @@ | |||
1 | Please report bugs and send patches to phab.enlightenment.org | 1 | Please report bugs and send patches to phab.enlightenment.org |
2 | 2 | ||
3 | Enlightenment 0.19.0 | 3 | Enlightenment |
4 | 4 | ||
5 | Requirements: | 5 | Requirements: |
6 | ------------- | 6 | ------------- |
@@ -14,12 +14,18 @@ Heavily suggested: | |||
14 | evas_generic_loaders (all loaders) | 14 | evas_generic_loaders (all loaders) |
15 | 15 | ||
16 | NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment | 16 | NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment |
17 | file prior to installing DR19 or it will be overwritten. | 17 | file prior to installing this release or it will be overwritten. |
18 | 18 | ||
19 | You can also use the configure --prefix option to put enlightenment in a separate tree | 19 | MESON BUILD: |
20 | of its own (recommended) like: | 20 | meson . build |
21 | optional: | ||
22 | mesonconf --options OR meson configure --options | ||
21 | 23 | ||
22 | ./configure --prefix=/usr/local/e19 | 24 | cd build && sudo ninja install |
25 | |||
26 | AUTOTOOLS BUILD: | ||
27 | ./configure --prefix=/usr/local/e | ||
28 | sudo make install | ||
23 | 29 | ||
24 | You will, as usual, need to add the subsequent bin dir to your $PATH etc. | 30 | You will, as usual, need to add the subsequent bin dir to your $PATH etc. |
25 | 31 | ||