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

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

commit 4f7c304f8b12ea518ffbdf36ec98edec86aa9ae9
Author: Raster <ras...@rasterman.com>
Date:   Mon Jun 22 20:35:52 2015 -0700

    Wiki page debian-start changed with summary [] by Raster
---
 pages/distros/debian-start.txt | 24 +++++++-----------------
 1 file changed, 7 insertions(+), 17 deletions(-)

diff --git a/pages/distros/debian-start.txt b/pages/distros/debian-start.txt
index 7ed45af..3bc3259 100644
--- a/pages/distros/debian-start.txt
+++ b/pages/distros/debian-start.txt
@@ -1,13 +1,9 @@
 ~~Title: Debian~~
 ==== Debian ====
 
-Enlightenment and EFL Debian official packages are outdated. In this part,
-the installation for Debian is done from sources like in the
-[[/docs-efl-start|Get EFL installed]] tutorial.
+Enlightenment and EFL Debian official packages are outdated. In this part, the 
installation for Debian is done from sources like in the [[/docs-efl-start|Get 
EFL installed]] tutorial.
 
-The following part provides a script and shows how to install
-Enlightenment and Terminology with their dependencies on Debian. The script
-below can be easily adapted for Elementary.
+The following part provides a script and shows how to install Enlightenment 
and Terminology with their dependencies on Debian. The script below can be 
easily adapted for Elementary.
 
 Start by creating a new directory to work in:
 
@@ -38,11 +34,9 @@ sudo aptitude install \
         libbullet-dev libgstreamer-plugins-base1.0-dev libvlc-dev
 </code>
 
-
 == Enlightenment and EFL build script ==
 
-Copy the source code of the shell script below in a file called
-"build_enlight.sh".
+Copy the source code of the shell script below in a file called 
''build_enlight.sh''.
 
 <code bash>
 #!/bin/bash
@@ -53,8 +47,7 @@ PREFIX="/usr/local"
 
 # List of the needed packages
 # To adapt to your needs
-PROJECTS="efl emotion_generic_players evas_generic_loaders elementary \
-elementary enlightenment"
+PROJECTS="efl emotion_generic_players evas_generic_loaders elementary 
elementary enlightenment"
 
 # Download url
 SITE=" http://git.enlightenment.org/core/";
@@ -98,12 +91,10 @@ sudo ldconfig
 rm -rf e*
 
 # Create the menu entry of Enlightenment for gdm, kdm or liqhtdm
-sudo cp /usr/local/share/xsessions/enlightenment.desktop /usr/share/xsessions/
+sudo ln -s /usr/local/share/xsessions/enlightenment.desktop 
/usr/share/xsessions/
 </code>
 
-This script clones the repositories, builds and installs the EFL libraries,
-then builds and installs Terminology.
-Finally, it creates the link to launch enlightenment in the display manager.
+This script clones the repositories, builds and installs the EFL libraries, 
then builds and installs Terminology. Finally, it creates the link to launch 
enlightenment in the display manager.
 
 Set the script executable:
 
@@ -111,5 +102,4 @@ Set the script executable:
 chmod ug+x build_enlight.sh
 </code>
 
-Then, execute the script. Once done, you can reboot and choose enlightenment as
-a window manager.
+Then, execute the script. Once done, you can reboot and choose Enlightenment 
as a window manager.
\ No newline at end of file

-- 


Reply via email to