WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=b1e9b0c553cb9450f210a65ce357ade233bfcf29
commit b1e9b0c553cb9450f210a65ce357ade233bfcf29 Author: Raster <[email protected]> Date: Sun Oct 6 05:36:42 2019 -0700 Wiki page download changed with summary [] by Raster --- pages/download.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pages/download.txt b/pages/download.txt index ee9225014..9aaecaed6 100644 --- a/pages/download.txt +++ b/pages/download.txt @@ -39,7 +39,17 @@ sudo make install sudo ldconfig # needed on Linux to update linker library database </code> -If ''configure'' fails, you are likely missing a dependency - provide it. It should tell you what that dependency is. **NOTE** that you can provide arguments to ''configure'' such as ''--prefix=/opt/e'' or similar. +or if meson based (has a meson.build file): + +<code bash> +meson . build +meson configure build +ninja -C build +sudo ninja -C build install +sudo ldconfig # needed on Linux to update linker library database +</code> + +If ''configure'' fails, you are likely missing a dependency - provide it. It should tell you what that dependency is. **NOTE** that you can provide arguments to ''configure'' such as ''--prefix=/opt/e'' or similar. Similarly for meson. See the INSTALL file for more information. ---- --
