WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=2b0fa68ba76b622ba5a935b484c1836014071c18
commit 2b0fa68ba76b622ba5a935b484c1836014071c18 Author: Philippe Jean Guillaumie <bat...@sfr.fr> Date: Tue Mar 16 12:31:27 2021 -0700 Wiki page ubuntu-start.md changed with summary [Minor correction] 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 7d08bb393..81c198472 100644 --- a/pages/docs/distros/ubuntu-start.md.txt +++ b/pages/docs/distros/ubuntu-start.md.txt @@ -29,7 +29,7 @@ Ubuntu does not install by default the *gcc* compiler or *meson* or *ninja*, so, 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. +Note that the version of EFL in Ubuntu's official repositories may not be the most recent release. This can cause 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 ## --