WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=1c35a16a23819738fad950827c8228eed2c55a45
commit 1c35a16a23819738fad950827c8228eed2c55a45 Author: Philippe Jean Guillaumie <bat...@sfr.fr> Date: Tue Mar 16 12:38:20 2021 -0700 Wiki page ubuntu-start.md changed with summary [Update dependencies] by Philippe Jean Guillaumie --- pages/docs/distros/ubuntu-start.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/distros/ubuntu-start.md.txt b/pages/docs/distros/ubuntu-start.md.txt index 81c198472..8fb7f5458 100644 --- a/pages/docs/distros/ubuntu-start.md.txt +++ b/pages/docs/distros/ubuntu-start.md.txt @@ -116,7 +116,7 @@ This will create a directory called ``efl/``. You will need to install some tools to build EFL: ```bash -sudo apt install check gcc meson ninja-build +sudo apt install build-essential check meson ninja-build ``` As well as the dependencies specific for EFL: --