summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-06-20 18:06:40 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-06-20 18:19:30 +0100
commit7794dc984d701e4749ffb9e4a087294ff592a34d (patch)
treed9436718cc80cb2389ad1d2b9664b231a9701a29 /README
parent215e68a370bc8f04b0a58d6a2bb07f264f746f91 (diff)
downloadenlightenment-7794dc984d701e4749ffb9e4a087294ff592a34d.tar.gz
update readme in preparation for release
merge in the minimal wayland info into the README now
Diffstat (limited to 'README')
-rw-r--r--README42
1 files changed, 31 insertions, 11 deletions
diff --git a/README b/README
index ce753d0a51..ada9dc4835 100644
--- a/README
+++ b/README
@@ -1,24 +1,44 @@
-Please report bugs and send patches to phab.enlightenment.org
-
Enlightenment
-
-Requirements:
-------------
+Please report bugs and submit patches at https://phab.enlightenment.org
+
+Requirements
+------------
+
Must:
- efl
- libc libm libX11 libXext
- xcb xcb-shape xcb-keysyms
+ * efl
+ * xcb
+ * xcb-shape
+ * xcb-keysyms
+ * libpam (On Linux)
-Heavily suggested:
- evas_generic_loaders (all loaders)
+Highly suggested:
+ * evas_generic_loaders (All loaders)
+ * bluez5 (BT support and l2ping tool)
+ * connman
+ * bc (For everything calculator)
+ * pulseaudio
+ * acpid (Unless your system doesn't have ACPI at all)
+ * packagekit (For packagekit module updates status)
+ * udisks2
+ * gdb (If you want automatic bactraces in ~/.e-crashdump.txt)
NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment
file prior to installing this release or it will be overwritten.
-NOTES:
+Please see the INSTALL file for now to compile and install it.
-* if you do not want security issues make sure sysactions.conf is in
+NOTE: If you do not want security issues make sure sysactions.conf is in
/etc/enlightenment (not PREFIX/etc/enlightenment) as this is the first place
it looks at. This file is intended to be customized by packagers and
system integrators to match your policies and scripts/tools.
+
+NOTE: To enable wayland support (still considered experimental and not for
+regular end users) use the meson -Dwayland=true option. To run
+enlightenment in wayland mode, just log on on ant vt and run
+enlightenment_start. If you wish to debug and see all the output try
+using something like screen then attaching to the remote screen
+session by sshing in etc.
+
+