WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=80764912f397f083788cf8ffd9338e08b9dcd5c6
commit 80764912f397f083788cf8ffd9338e08b9dcd5c6 Author: Philippe Jean Guillaumie <bat...@sfr.fr> Date: Fri Feb 5 22:06:06 2021 -0800 Wiki page ubuntu-start.md changed with summary [Fix links] by Philippe Jean Guillaumie --- pages/docs/distros/ubuntu-start.md.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/distros/ubuntu-start.md.txt b/pages/docs/distros/ubuntu-start.md.txt index c213312c2..7f19fcbfa 100644 --- a/pages/docs/distros/ubuntu-start.md.txt +++ b/pages/docs/distros/ubuntu-start.md.txt @@ -38,13 +38,13 @@ And then install EFL and its development libraries: sudo apt install libefl-dev ``` -Ubuntu does not install by default the *gcc* compiler or *meson* or *ninja*, so, before you can [compile any apps](#Compiling_EFL_Applications), you will need to install those too: +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 gcc meson ninja-build ``` -Also note that, due to EFL's fast development rate, it is unlikely the PPA will provide by default the latest version of EFL. This means that many of the examples in this documentation will probably need tweaking to work. If you would like to install an up to date version of EFL, see the [Installing from Source](#Installing_from_Source) section below or the instructions for [Installing from Git](#Installing_from_Git), also available below. +Also note that, due to EFL's fast development rate, it is unlikely the PPA will provide by default the latest version of EFL. This means that many of the examples in this documentation will probably need tweaking to work. If you would like to install an up to date version of EFL, see the [Installing from Source](#Installing_from_Packaged_Source) section below or the instructions for [Installing from Git](#Installing_from_Git), also available below. ## Installing from Packaged Source ## --