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

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

commit c33870bea4d93388521f40835822f520a5d47061
Author: Philippe Jean Guillaumie <bat...@sfr.fr>
Date:   Sun Mar 12 23:58:20 2017 -0700

    Wiki page ubuntu-start changed with summary [] by Philippe Jean Guillaumie
---
 pages/distros/ubuntu-start.txt | 58 +++++++++++++++++++++---------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

diff --git a/pages/distros/ubuntu-start.txt b/pages/distros/ubuntu-start.txt
index 0e3d2dc..82f5481 100644
--- a/pages/distros/ubuntu-start.txt
+++ b/pages/distros/ubuntu-start.txt
@@ -1,4 +1,33 @@
 ~~Title: EFL on Ubuntu~~
+==== Compiling from source ====
+
+Satisfying dependencies under **Ubuntu Xenial Xerus** or **Yakkety Yak** (and 
recommended packages):
+
+<code bash>
+
+sudo apt-get install automake autopoint build-essential ccache check \
+doxygen faenza-icon-theme git imagemagick libasound2-dev libblkid-dev \
+libbluetooth-dev libbullet-dev libcogl-dev libfontconfig1-dev \
+libfreetype6-dev libfribidi-dev libgif-dev libgstreamer1.0-dev \
+libgstreamer-plugins-base1.0-dev libharfbuzz-dev libibus-1.0-dev \
+libiconv-hook-dev libjpeg-dev libblkid-dev libluajit-5.1-dev \
+liblz4-dev libmount-dev libopenjpeg-dev libpam0g-dev \
+libpoppler-cpp-dev libpoppler-dev libpoppler-private-dev \
+libproxy-dev libpulse-dev libraw-dev librsvg2-dev libscim-dev \
+libsndfile1-dev libspectre-dev libssl-dev libsystemd-dev \
+libtiff5-dev libtool libudisks2-dev libunibreak-dev libvlc-dev \
+libwebp-dev libxcb-keysyms1-dev libxcursor-dev libxine2-dev \
+libxinerama-dev libxkbfile-dev libxrandr-dev libxss-dev \
+libxtst-dev linux-tools-common texlive-base \
+unity-greeter-badges valgrind xserver-xephyr
+
+</code>
+
+Then go to [[../docs-efl-start]] to learn how to install the whole thing ;-)
+
+<note tip>
+Alternatively, if you do not want to delve into the many subtleties of the 
compilation process — while retaining a fully functional Ubuntu system after 
the build has finished — check out 
[[http://build-enlightenment.monsite-orange.fr/|batden's script]]</note>
+
 ==== Packages ====
 
 The available packages in the official Ubuntu repositories are outdated.
@@ -35,32 +64,3 @@ sudo apt-get install e20 terminology
 Then log out, select the Enlightenment desktop environment and
 the configuration wizard will pop up.
 
-
-==== Compiling from source ====
-
-Satisfying dependencies under **Ubuntu Xenial Xerus** or **Yakkety Yak** (and 
recommended packages):
-
-<code bash>
-
-sudo apt-get install automake autopoint build-essential ccache check \
-doxygen faenza-icon-theme git imagemagick libasound2-dev libblkid-dev \
-libbluetooth-dev libbullet-dev libcogl-dev libfontconfig1-dev \
-libfreetype6-dev libfribidi-dev libgif-dev libgstreamer1.0-dev \
-libgstreamer-plugins-base1.0-dev libharfbuzz-dev libibus-1.0-dev \
-libiconv-hook-dev libjpeg-dev libblkid-dev libluajit-5.1-dev \
-liblz4-dev libmount-dev libopenjpeg-dev libpam0g-dev \
-libpoppler-cpp-dev libpoppler-dev libpoppler-private-dev \
-libproxy-dev libpulse-dev libraw-dev librsvg2-dev libscim-dev \
-libsndfile1-dev libspectre-dev libssl-dev libsystemd-dev \
-libtiff5-dev libtool libudisks2-dev libunibreak-dev libvlc-dev \
-libwebp-dev libxcb-keysyms1-dev libxcursor-dev libxine2-dev \
-libxinerama-dev libxkbfile-dev libxrandr-dev libxss-dev \
-libxtst-dev linux-tools-common texlive-base \
-unity-greeter-badges valgrind xserver-xephyr
-
-</code>
-
-Then go to [[../docs-efl-start]] to learn how to install the whole thing ;-)
-
-<note tip>
-Alternatively, if you do not want to delve into the many subtleties of the 
compilation process — while retaining a fully functional Ubuntu system after 
the build has finished — check out 
[[http://build-enlightenment.monsite-orange.fr/|batden's script]]</note>
\ No newline at end of file

-- 


Reply via email to