Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2014-10-28 15:11:35
Size: 854
Editor: asbesto
Comment:
Revision 10 as of 2014-12-06 17:18:49
Size: 1374
Editor: asbesto
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl FreaknetGroup:read,write,admin,delete,revert All: #acl FreaknetGroup:read,write,admin,delete,revert All:read
Line 3: Line 3:
= Enlightenment =  = Enlightenment =
Line 5: Line 5:
E' svolta. {{attachment:light.gif}}

This wiki page is just a scratchpad for now. It may become a sort of howto, who knows?!? ;)
Line 11: Line 13:
 http://git.enlightenment.org/  * http://git.enlightenment.org/
Line 15: Line 17:
{{{
Line 16: Line 19:
}}}

Required:
{{{
apt-get install doxygen libssl-dev libjpeg-dev libsdl2-dev libluajit-5.1-dev libfribidi-dev
}}}

compile with:
{{{
./configure --prefix=/usr --disable-pulseaudio --enable-drm --enable-drm-hw-accel --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba --disable-systemd --enable-sdl --enable-gl-drm --disable-avahi --enable-gesture
}}}





{{{
Line 18: Line 38:
}}}
Line 26: Line 46:
{{{
Line 27: Line 48:
}}}
Line 30: Line 52:
{{{
Line 31: Line 54:
}}}
Line 34: Line 58:
{{{
Line 37: Line 62:

there are also other things there like the git packages we were talkin'bout...

 
}}}

Enlightenment

light.gif

This wiki page is just a scratchpad for now. It may become a sort of howto, who knows?!? ;)

Install from sources

Git repo:

sequence:

 git clone git://git.enlightenment.org/core/efl.git

Required:

apt-get install doxygen libssl-dev libjpeg-dev libsdl2-dev libluajit-5.1-dev libfribidi-dev 

compile with:

./configure --prefix=/usr --disable-pulseaudio --enable-drm --enable-drm-hw-accel --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba --disable-systemd --enable-sdl --enable-gl-drm --disable-avahi --enable-gesture

 git clone git://git.enlightenment.org/core/elementary.git
 git clone git://git.enlightenment.org/enlightenment.git

connman / econnman

connman isn't an E package, so apt-get install connman ! :)

for econnman you need:

 git clone git://git.enlightenment.org/bindings/python/python-efl.git

and

 git clone git://git.enlightenment.org/apps/econnman.git

Repositories for E18/E19 ?

 sudo add-apt-repository ppa:niko2040/e19
 sudo apt-get update
 sudo apt-get install enlightenment

Enlightenment (last edited 2024-03-23 16:57:54 by asbesto)