Wiki page debian-start changed with summary [] by Raster

This commit is contained in:
Carsten Haitzler 2015-06-22 20:35:52 -07:00 committed by apache
parent 54917caf30
commit 4f7c304f8b
1 changed files with 7 additions and 17 deletions

View File

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