WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=dd78cba73b171360f7bd155313b02cc9cad77ae1
commit dd78cba73b171360f7bd155313b02cc9cad77ae1 Author: Francesco N <[email protected]> Date: Wed Aug 26 04:53:41 2015 -0700 Wiki page ubuntu-start changed with summary [Added e20 ] by Francesco N --- pages/distros/ubuntu-start.txt | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/pages/distros/ubuntu-start.txt b/pages/distros/ubuntu-start.txt index 03df794..71d40e2 100644 --- a/pages/distros/ubuntu-start.txt +++ b/pages/distros/ubuntu-start.txt @@ -19,9 +19,6 @@ sudo apt-get install enlightenment sudo apt-get install terminology </code> -Then log out, select the Enlightenment desktop environment and -the configuration wizard will pop up. - If you just want Elementary and EFL: <code bash> @@ -29,6 +26,36 @@ sudo apt-get update sudo apt-get install libelementary1 </code> + +You can also try E20 which is still not released. The PPA below provides the latest E20 packages. + +To add this PPA to your system, +open a terminal and enter: + +<code bash> +sudo add-apt-repository ppa:enlightenment-git/ppa +</code> + +To install Enlightenment and Terminology: + +<code bash> +sudo apt-get update +sudo apt-get install e20 +sudo apt-get install terminology +</code> + +If you just want Elementary and EFL: + +<code bash> +sudo apt-get update +sudo apt-get install libelementary +</code> + + +Then log out, select the Enlightenment desktop environment and +the configuration wizard will pop up. + + ==== Compiling from source ==== If you want to install Enlightenment, Elementary and EFL from source, make --
