Go to file
Gustavo Sverzut Barbieri 67a8770fac efl: remove duplicate paths due header move.
eina headers used to be in their own directory, but now they live
inside src/lib/eina. The mempools were still including
include/lib/eina/ and with "sed" they became src/lib/eina/, which
already existed.



SVN revision: 77837
2012-10-10 22:51:18 +00:00
doc merge: add COPYING files (BSD 2-clause, LGPL and GPL) and doc 2012-09-19 06:57:03 +00:00
legacy updating portuguese and italian translations 2012-10-10 22:11:29 +00:00
licenses cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
m4 efl: helper macro and remove duplicated defines. 2012-10-10 22:12:29 +00:00
old cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
pc efl: do not support old pkg-config. 2012-10-10 21:37:47 +00:00
spec and make a single efl.spec file. 2012-09-27 03:09:17 +00:00
src efl: remove duplicate paths due header move. 2012-10-10 22:51:18 +00:00
.gitignore efl: ignore INSTALL 2012-10-10 20:28:58 +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
Makefile.am efl: introduce build profile, simplify options. 2012-10-10 18:43:15 +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: move all system-level checks to a single place at the top. 2012-10-10 22:30:33 +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