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

This commit is contained in:
Philippe Jean Guillaumie 2021-02-05 07:51:10 -08:00 committed by www-data
parent 46f77495c4
commit e2d5e939a4
1 changed files with 3 additions and 3 deletions

View File

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