efl/legacy/ecore
Carsten Haitzler bfd707ce99 term: :-P
SVN revision: 5049
2001-08-07 05:30:59 +00:00
..
debian changelog madness 2001-03-17 11:14:26 +00:00
src term: :-P 2001-08-07 05:30:59 +00:00
.cvsignore hush cvs 2001-01-06 00:28:05 +00:00
AUTHORS add ipc :) 2001-03-06 20:33:26 +00:00
COPYING Initial event abstraction for e17. More work needed. 2000-10-20 10:48:21 +00:00
ChangeLog Initial event abstraction for e17. More work needed. 2000-10-20 10:48:21 +00:00
INSTALL Initial event abstraction for e17. More work needed. 2000-10-20 10:48:21 +00:00
Makefile.am err - put spec file in packaged tarball 2001-03-06 18:09:41 +00:00
NEWS Initial event abstraction for e17. More work needed. 2000-10-20 10:48:21 +00:00
README 0.0.1 - fix up readme... :) 2001-03-06 16:19:17 +00:00
acconfig.h move headers into 1 headre and install it - do a few cleanings etc. :) 2000-10-29 07:34:16 +00:00
autogen.sh Initial event abstraction for e17. More work needed. 2000-10-20 10:48:21 +00:00
configure.in up to 0.0.2 2001-04-29 05:58:04 +00:00
ecore-config.in Add ecore-config, fix files requiring it. 2000-12-09 02:31:37 +00:00
ecore.m4 ecore.m4 2001-01-25 21:57:02 +00:00
ecore.spec up to 0.0.2 2001-04-29 05:58:04 +00:00

README

-------------------------------------------------------------------------------
 E C O R E - 0 . 0 . 1
-------------------------------------------------------------------------------

Fast:
How ot build and install Ecore from this tarball?
./configure
make
su
<as root do:>
make install

from CVS:
./autogen.sh
make
su  
<as root do:>
make install

-------------------------------------------------------------------------------

What is Ecore? It is the core event abstraction layer and X abstraction
layer that makes doing selections, Xdnd, general X stuff, and event loops,
timeouts and idle handlers fast, optimised, and convenient. it's a separate
librayr so anyone can make use of the work put into Ecore to make this job
easy for applications.