WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=46f77495c415ad83a04f90eb08b8f0776b160d69

commit 46f77495c415ad83a04f90eb08b8f0776b160d69
Author: Philippe Jean Guillaumie <bat...@sfr.fr>
Date:   Fri Feb 5 07:20:23 2021 -0800

    Wiki page ubuntu-start.md changed with summary [] 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 b1ffb6e4d..9d8ecd07c 100644
--- a/pages/docs/distros/ubuntu-start.md.txt
+++ b/pages/docs/distros/ubuntu-start.md.txt
@@ -79,7 +79,7 @@ This will produce a folder called ``efl-X.XX.X``.
 Before you can compile and install EFL, you will have to install some software 
packages EFL needs:
 
 ```bash
-sudo apt install check libssl-dev libsystemd-dev libjpeg-dev libglib2.0-dev 
libgstreamer1.0-dev libluajit-5.1-dev libfreetype6-dev libfontconfig1-dev 
libfribidi-dev libavahi-client-dev libharfbuzz-dev libibus-1.0-dev libx11-dev 
libxext-dev libxrender-dev libgl1-mesa-dev libopenjp2-7-dev libwebp-dev 
libgif-dev libtiff5-dev libpoppler-dev libpoppler-cpp-dev libspectre-dev 
libraw-dev librsvg2-dev libudev-dev libmount-dev libdbus-1-dev libpulse-dev 
libsndfile1-dev libxcursor-dev libxcomposit [...]
+sudo apt install check libssl-dev libsystemd-dev libjpeg-dev libglib2.0-dev 
libgstreamer1.0-dev libluajit-5.1-dev libfreetype6-dev libfontconfig1-dev 
libfribidi-dev libavahi-client-dev libharfbuzz-dev libibus-1.0-dev libx11-dev 
libxext-dev libxrender-dev libgl1-mesa-dev libopenjp2-7-dev libwebp-dev 
libgif-dev libtiff5-dev libpoppler-dev libpoppler-cpp-dev libspectre-dev 
libraw-dev librsvg2-dev libudev-dev libmount-dev libdbus-1-dev libpulse-dev 
libsndfile1-dev libxcursor-dev libxcomposit [...]
 ```
 
 ### Step 4: Building and Installing ###
@@ -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*. To do this 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 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:
 
 ```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*. To do this 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 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:
 
 ```bash
 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig

-- 


Reply via email to