Wiki page ubuntu-start.md changed with summary [Fix links] by Philippe Jean Guillaumie

This commit is contained in:
Philippe Jean Guillaumie 2021-02-05 22:06:06 -08:00 committed by www-data
parent 50c11577af
commit 80764912f3
1 changed files with 2 additions and 2 deletions

View File

@ -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 ##