WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=e2d5e939a42737e7bd99af52a68e03d88fd9fc5d
commit e2d5e939a42737e7bd99af52a68e03d88fd9fc5d Author: Philippe Jean Guillaumie <bat...@sfr.fr> Date: Fri Feb 5 07:51:10 2021 -0800 Wiki page ubuntu-start.md changed with summary [Minor corrections] by Philippe Jean Guillaumie --- pages/docs/distros/ubuntu-start.md.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/docs/distros/ubuntu-start.md.txt b/pages/docs/distros/ubuntu-start.md.txt index 9d8ecd07c..cf69d0098 100644 --- a/pages/docs/distros/ubuntu-start.md.txt +++ b/pages/docs/distros/ubuntu-start.md.txt @@ -21,7 +21,7 @@ Whichever installation method you use, visit ["Compiling EFL Applications"](#Com EFL is not available in Ubuntu's official repositories, but you can install all the items you need from a special PPA repository. [See below for instructions on how to do that](#Installing_from_a_Special_Repository). -## Installing from a Special Repository ## +## Installing from a Special Repository (outdated) ## To install the latest EFL available from a special Ubuntu PPA repository, add the new repository with: @@ -96,7 +96,7 @@ This will configure the files needed for compiling, actually compile the softwar ### Step 5: Carrying out Post Installation Tasks ### -You also have to make some files visible to *pkgconfig*. One way to do this is to open ``/etc/profile`` in a text editor as root (using for example ``sudo nano /etc/profile``) and add the following line to the end: +You also have to make some files visible to *pkgconfig*. One way of doing this is to open ``/etc/profile`` in a text editor as root (using for example ``sudo nano /etc/profile``) and add the following line to the end: ```bash export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig @@ -159,7 +159,7 @@ sudo ninja -C build install ### Step 4: Carrying out Post Installation Tasks ### -You also have to make some files visible to *pkgconfig*. One way do do this is to open ``/etc/profile`` in a text editor as root (using for example ``sudo nano /etc/profile``) and add the following line to the end: +You also have to make some files visible to *pkgconfig*. One way of doing this is to open ``/etc/profile`` in a text editor as root (using for example ``sudo nano /etc/profile``) and add the following line to the end: ```bash export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig --