Go to file
Gustavo Sverzut Barbieri 22abe85f65 efl: cleanup to remove stuff that is not in single-tree yet.
Remove every mention to libraries that are still not in the
single-tree build such as emotion, efreet and ethumb.

Keep it simple and just add them back when they are merged.

Added similar variables for all of evil, eina, eo and eet. Keep them
in the same order for now.



SVN revision: 77767
2012-10-10 17:40:35 +00:00
doc merge: add COPYING files (BSD 2-clause, LGPL and GPL) and doc 2012-09-19 06:57:03 +00:00
legacy oops - good catch seb! 2012-10-10 13:06:27 +00:00
licenses cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
m4 merge: __UNUSED__ --> EINA_UNUSED and some fixes in eo. 2012-10-05 20:09:47 +00:00
old cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
pc cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
spec and make a single efl.spec file. 2012-09-27 03:09:17 +00:00
src efl: eet and eo are now mandatory. 2012-10-10 17:27:11 +00:00
.gitignore elf: Ignore build output in git 2012-10-09 11:24:14 +00:00
AUTHORS efl: backport Igor's eina patch. 2012-10-04 09:31:46 +00:00
COPYING cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
ChangeLog Eet: Update lz4 code to rev. 77. This fix compilation on NetBSD 5.0 2012-10-04 17:25:48 +00:00
INSTALL efl: cleanup to remove stuff that is not in single-tree yet. 2012-10-10 17:40:35 +00:00
Makefile.am efl: eet and eo are now mandatory. 2012-10-10 17:27:11 +00:00
NEWS port mmap safety fix to efl tree. 2012-09-27 03:46:03 +00:00
README cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
autogen.sh merge: use autoreconf 2012-09-27 04:40:36 +00:00
configure.ac efl: cleanup to remove stuff that is not in single-tree yet. 2012-10-10 17:40:35 +00:00

README

EFL 1.7.99

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net

******************************************************************************

EFL is a collection of libraries for handling many common tasks a
developer man have such as data structures, communication, rendering,
widgets and more.

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

  ./configure
  make
(do this as root unless you are installing in your users directories):
  make install