efl/legacy/ecore
tsauerbeck 087eb83658 added support for realtime signals. all signal event structs now have a siginfo_t member (this might replace the unused void *ext_data). sa_sigaction is now used instead of sa_handler
SVN revision: 9591
2004-04-04 19:53:19 +00:00
..
data damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
debian These options are no longer necessary. 2003-12-21 23:06:46 +00:00
doc damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
src added support for realtime signals. all signal event structs now have a siginfo_t member (this might replace the unused void *ext_data). sa_sigaction is now used instead of sa_handler 2004-04-04 19:53:19 +00:00
.cvsignore Sshhhhh 2004-01-16 16:59:07 +00:00
AUTHORS damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
COPYING damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
ChangeLog damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
Doxyfile damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
INSTALL damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
Makefile.am dan sinclair's fix. 2004-02-16 02:48:13 +00:00
NEWS damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
README update README 2004-01-28 02:48:43 +00:00
autogen.sh configure now tells us which modules are going to be compiled 2004-01-02 19:08:32 +00:00
configure.in Added basic ssl-client support to Ecore_Con 2004-03-31 16:47:45 +00:00
ecore-config.in hmm, ecore-config requires -ledb in ecore-config 2003-12-08 23:25:13 +00:00
ecore.c.in 1.fix docs @ 2004-02-20 08:18:28 +00:00
ecore.m4 damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
ecore.spec - Merge Ewd functions into Ecore. 2004-03-18 05:30:48 +00:00
ecore.supp added valgrind suppression file for ecore 2004-01-17 23:50:13 +00:00
gendoc dan sinclair's fix. 2004-02-16 02:48:13 +00:00
make_cross_compile_arm.sh oops - fix make script... 2004-02-17 07:59:30 +00:00

README

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

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

FOR OTHER DEVELOPERS:

If you want to help with E... here's some ideas for ecore:

* All of NETWM supported in ecore_x
* Support DBUS ontop of ecore_con (and modify to allow explicit paths)