WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=e86d869cf1edb63f63def5b3b591a6d9a344a20a
commit e86d869cf1edb63f63def5b3b591a6d9a344a20a Author: Philippe Jean Guillaumie <bat...@sfr.fr> Date: Tue Mar 16 12:28:02 2021 -0700 Wiki page ubuntu-start.md changed with summary [Update dependencies] by Philippe Jean Guillaumie --- pages/docs/distros/ubuntu-start.md.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/docs/distros/ubuntu-start.md.txt b/pages/docs/distros/ubuntu-start.md.txt index dc4b53815..7d08bb393 100644 --- a/pages/docs/distros/ubuntu-start.md.txt +++ b/pages/docs/distros/ubuntu-start.md.txt @@ -23,6 +23,12 @@ sudo apt install libefl-all-dev libeet-bin libeina-bin This will give you a working EFL installation. +Ubuntu does not install by default the *gcc* compiler or *meson* or *ninja*, so, before you can compile any apps, you will need to install those too: + +```bash +sudo apt install build-essential meson ninja-build +``` + However, the version in Ubuntu's official repositories may lag behind the latest version of EFL and give you problems when trying to compile examples from tutorials in this documentation. If this is the case, it is advised you install a more recent version of EFL following one of the methods below. ## Installing from Packaged Source ## --