WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=925a9431fe39aaa4ab02960ee8132c698657bacc
commit 925a9431fe39aaa4ab02960ee8132c698657bacc Author: Philippe Jean Guillaumie <[email protected]> Date: Sat Nov 4 00:37:17 2017 -0700 Wiki page ubuntu-start changed with summary [] by Philippe Jean Guillaumie --- pages/docs/distros/ubuntu-start.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pages/docs/distros/ubuntu-start.txt b/pages/docs/distros/ubuntu-start.txt index 104be2e8..848d3738 100644 --- a/pages/docs/distros/ubuntu-start.txt +++ b/pages/docs/distros/ubuntu-start.txt @@ -25,6 +25,17 @@ valgrind xserver-xephyr Then go to [[/docs/distros/]] to learn how to install the whole thing ;-) +Note that a number of Enlightenment programs are switching to the [[http://mesonbuild.com/|Meson build system]]. +To install Meson in Ubuntu, you can issue the following commands: +<code bash> +sudo apt-get install ninja-build python3-pip +pip3 -q install --user meson +</code> +If necessary, add: +<code bash> +export PATH=$HOME/.local/bin:$PATH +</code> +at the bottom of your ~/.bashrc file. <note tip> Alternatively, if you do not want to delve into the many subtleties of the compilation process — while retaining a fully functional Ubuntu system after the build has finished — check out [[http://build-enlightenment.monsite-orange.fr/|batden's scripts]] (covering Ubuntu 16.04 LTS and 17.10).</note> --
