Wiki page debian-start changed with summary [] by Pierre Couderc

This commit is contained in:
Pierre Couderc 2016-10-24 00:14:11 -07:00 committed by apache
parent 828ff29281
commit e78f45d792
1 changed files with 15 additions and 1 deletions

View File

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