You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Gustavo Sverzut Barbieri 4cd60a96e1 Add $XDG_RUNTIME_DIR support. 11 years ago
doc merge: add COPYING files (BSD 2-clause, LGPL and GPL) and doc 11 years ago
legacy Add $XDG_RUNTIME_DIR support. 11 years ago
licenses cleaning up the base of efl tree moving files to subdirs 11 years ago
m4 merge: __UNUSED__ --> EINA_UNUSED and some fixes in eo. 11 years ago
old cleaning up the base of efl tree moving files to subdirs 11 years ago
pc cleaning up the base of efl tree moving files to subdirs 11 years ago
spec and make a single efl.spec file. 11 years ago
src efl: patch from eobj 11 years ago
.gitignore elf: Ignore build output in git 11 years ago
AUTHORS efl: backport Igor's eina patch. 11 years ago
COPYING cleaning up the base of efl tree moving files to subdirs 11 years ago
ChangeLog Eet: Update lz4 code to rev. 77. This fix compilation on NetBSD 5.0 11 years ago
INSTALL merge: add infra for evil 11 years ago
Makefile.am Eo IS optional. Sorry, i will fight to have ALL libs being optional 11 years ago
NEWS port mmap safety fix to efl tree. 11 years ago
README cleaning up the base of efl tree moving files to subdirs 11 years ago
autogen.sh merge: use autoreconf 11 years ago
configure.ac merge: __UNUSED__ --> EINA_UNUSED and some fixes in eo. 11 years ago

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