efl/legacy/eio
Carsten Haitzler 5c9c0852bb update all versions in @sincs, README's and configure.ac's etc. to
reflect a unified release version, for now 1.6.99.



SVN revision: 73498
2012-07-09 10:20:21 +00:00
..
doc eio: Fix out srcdir != builddir build for make distcheck 2012-06-27 15:12:58 +00:00
m4 Improving Eio Doc and adding an example. 2012-06-15 19:08:03 +00:00
src yet another tedious null check for a free function, brought to you by people who think wasting time is a good idea 2012-07-03 11:32:35 +00:00
.gitignore eio: Ignore all libtool output 2012-06-26 20:52:40 +00:00
AUTHORS eio,ethumb,emotion: Fix build out of tree. 2012-04-30 01:40:00 +00:00
COPYING eio: fix copy/paste error. 2011-12-15 17:00:48 +00:00
ChangeLog eio: actually detect when file changed since last monitoring request. 2012-05-09 06:54:09 +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: actually detect when file changed since last monitoring request. 2012-05-09 06:54:09 +00:00
README Eio: update README 2012-05-05 10:07:39 +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 update all versions in @sincs, README's and configure.ac's etc. to 2012-07-09 10:20:21 +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
operations that may block. It depends only on eina, eet and ecore right now.
It should integrate all the features/functions of Ecore_File that could block.

It is part of what we call the EFL and can 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