WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=e78f45d792738ca6b2f2baf45322452a8e310c2d
commit e78f45d792738ca6b2f2baf45322452a8e310c2d Author: Pierre Couderc <pie...@couderc.eu> Date: Mon Oct 24 00:14:11 2016 -0700 Wiki page debian-start changed with summary [] by Pierre Couderc --- pages/distros/debian-start.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pages/distros/debian-start.txt b/pages/distros/debian-start.txt index 8996868..faee6f4 100644 --- a/pages/distros/debian-start.txt +++ b/pages/distros/debian-start.txt @@ -106,8 +106,22 @@ 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 to compile and install enlightenment. +== Run == +A minimum run-time environment requires : +<code bash> +aptitude install dbus-x11 xinit xorg +</code> +and creating ./xinitrc : +<code> +exec enlightenment_start +</code> +then running startx. + +These run-time requirements may be provided - or not - by a session manger. In this case, you can reboot and choose Enlightenment as a window manager. + +== Lubuntu == If you're running Lubuntu, you may need to add another repo (as root): <code bash> --