efl/legacy/ecore
Carsten Haitzler d0ddb5b0ab hmm commit.. prolyl to wrong branch tho...
SVN revision: 6094
2002-03-25 04:58:14 +00:00
..
debian Thu Mar 14 19:18:07 2002 Michael Jennings (mej) 2002-03-15 00:18:25 +00:00
doc The kernel folks really shouldn't be too proud of this script. 2001-10-26 20:10:03 +00:00
src hmm commit.. prolyl to wrong branch tho... 2002-03-25 04:58:14 +00:00
.cvsignore hush cvs 2001-01-06 00:28:05 +00:00
AUTHORS By popular demand, I'm committing the collisionless naming scheme now, even 2001-10-16 15:45:29 +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 Did I forget to commit those? Targets for documentation. 2001-10-26 20:03:35 +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 fixes for autogen.sh script by Michi Thalmann <th@lmann.ch>. 2002-03-21 10:02:25 +00:00
configure.ac Did I forget to commit those? Targets for documentation. 2001-10-26 20:03:35 +00:00
configure.in Did I forget to commit those? Targets for documentation. 2001-10-26 20:03:35 +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 I should've done this a while back. Sorry about the big number of emails 2001-12-22 07:54:57 +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.