efl/legacy/eio
Daniel Juyung Seo 6a56e7473b efx, eio: Updated .gitignore.
SVN revision: 70120
2012-04-12 07:13:58 +00:00
..
doc eio: use the newly introduced Eina_Stat. 2012-02-23 11:46:51 +00:00
m4 eio: add Eio_Monitor API. 2011-04-25 17:04:46 +00:00
src Eio: '/' --> '\' for Windows files/paths 2012-04-06 16:51:32 +00:00
.gitignore efx, eio: Updated .gitignore. 2012-04-12 07:13:58 +00:00
AUTHORS eio: update AUTHORS. 2012-03-02 09:57:09 +00:00
COPYING eio: fix copy/paste error. 2011-12-15 17:00:48 +00:00
ChangeLog * eio: please welcome our asynchronous input output library. 2010-07-22 16:08:17 +00:00
INSTALL * eio: please welcome our asynchronous input output library. 2010-07-22 16:08:17 +00:00
Makefile.am Eio: autotools cleanup 2012-03-25 19:15:44 +00:00
NEWS * eio: please welcome our asynchronous input output library. 2010-07-22 16:08:17 +00:00
README Eio: autotools cleanup 2012-03-25 19:15:44 +00:00
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 2011-08-02 04:13:33 +00:00
configure.ac eio: fix messy Xattr use. 2012-04-03 13:34:04 +00:00
eio.pc.in add back in libs.private/requires to pc files with some fixes for 2012-03-17 05:37:25 +00:00
eio.spec.in Assorted build and spec fixes. 2011-06-23 07:01:45 +00:00

README

EIO 1.0.0

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net

******************************************************************************

Enlightenment Input Output Library
==================================

This library is intended to provide non blocking IO by using thread for all
operation that may block. It depends only on eina and ecore right now. It
should integrate all the features/functions of Ecore_File that could block.

This should become one day part of what we call the EFL and be a dependence
of E17. Feel free to contribute, help is always appreciated !

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

  ./configure
  make
(do this as root unless you are installing in your users directories):
  make install