Go to file
Marcel Hollerbach fbc72ceaee build: fix build on picky systems
there are a few systems out there that are checking the .so files that
are linked dynamically into a created shared library. This leads to a
problem, since the .so files often also carries unresolved symbols,
which are resolved by other dynamic linked .so files. However, to ship
arround those picky systems, we are not reacting to unresolved symbols
at all for now. The error will rise at runtime and come up in a nice
little dialog instead.

this fixes build on bsd
2017-12-11 15:49:07 +01:00
config meson: make it possible to set the path for eet 2017-11-24 09:13:15 +01:00
data remove autotools 2017-11-20 07:05:36 -05:00
doc remove autotools 2017-11-20 07:05:36 -05:00
meson meson: make those scripts executable 2017-11-04 10:40:55 +00:00
po build: enable -lintl if we find it 2017-12-11 15:47:33 +01:00
src build: fix build on picky systems 2017-12-11 15:49:07 +01:00
.arcconfig add .arcconfig for e17. 2013-02-23 22:26:42 +09:00
.gitignore remove autotools 2017-11-20 07:05:36 -05:00
.mailmap More mailmapping 2016-09-13 15:14:21 +09:30
AUTHORS Add user to AUTHORS. 2017-03-31 11:04:39 +09:00
BUGS Fix common misspellings 2010-09-08 23:59:07 +00:00
COPYING E17: Update copyright year. 2012-07-03 06:54:49 +00:00
ChangeLog E18.0 release 2013-12-21 17:08:47 -05:00
NEWS 0.22.0 NEWS updates 2017-11-02 08:59:37 -04:00
README README: no need to mention elementary as dependency 2017-11-23 15:37:06 +01:00
README.wayland remove autotools 2017-11-20 07:05:36 -05:00
e19_workdir_setup.sh feature: add script to set some debug vars 2014-01-14 20:28:29 -05:00
meson.build meson: make it possible to set the path for eldbus-codegen 2017-11-23 16:00:28 +01:00
meson_options.txt meson: make it possible to set the path for eet 2017-11-24 09:13:15 +01:00
netwm.txt add support for new netwm csd X atoms 2015-01-03 00:42:42 -05:00
x-ui.sh remove e17 preload/precache hacks 2012-10-10 07:39:08 +00:00
xdebug.sh xdebug: add clouseau_start 2016-01-08 19:19:06 +01:00

README

Please report bugs and send patches to phab.enlightenment.org

Enlightenment

Requirements:
-------------

Must:
  efl
  libc libm libX11 libXext
  xcb xcb-shape xcb-keysyms

Heavily suggested:
  evas_generic_loaders (all loaders)

NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment
file prior to installing this release or it will be overwritten.

MESON BUILD:
	meson . build
optional:
	mesonconf --options OR meson configure --options

	sudo ninja -C build install

You will, as usual, need to add the subsequent bin dir to your $PATH etc.


NOTES:

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