WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=d0be6c31a530d83265cc37c80385aeccbbc473e9
commit d0be6c31a530d83265cc37c80385aeccbbc473e9 Author: Philippe Jean Guillaumie <[email protected]> Date: Sat Nov 4 00:45:50 2017 -0700 Wiki page ubuntu-start changed with summary [Add instructions to install meson] by Philippe Jean Guillaumie --- pages/docs/distros/ubuntu-start.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/docs/distros/ubuntu-start.txt b/pages/docs/distros/ubuntu-start.txt index 848d3738..6b338d57 100644 --- a/pages/docs/distros/ubuntu-start.txt +++ b/pages/docs/distros/ubuntu-start.txt @@ -29,7 +29,10 @@ Note that a number of Enlightenment programs are switching to the [[http://meson 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> +Then: +<code bash> +pip3 install --user meson </code> If necessary, add: <code bash> --
