You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Carsten Haitzler 0e77364887 update header #defined versions to 1.8 to make sure new apis are used 11 years ago
..
doc eio: Fix out srcdir != builddir build for make distcheck 11 years ago
m4 Eio: fix thread detection 11 years ago
src update header #defined versions to 1.8 to make sure new apis are used 11 years ago
.gitignore eio: Ignore all libtool output 11 years ago
AUTHORS eio,ethumb,emotion: Fix build out of tree. 12 years ago
COPYING eio: fix copy/paste error. 12 years ago
ChangeLog ChangeLog: back in time. 11 years ago
INSTALL * eio: please welcome our asynchronous input output library. 13 years ago
Makefile.am Eio: autotools cleanup 12 years ago
NEWS eio: fix memory leak when using file associate. 11 years ago
README and up ver to 1.7.99 now in svn. nack to svnrev num at end. 11 years ago
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 12 years ago
configure.ac and up ver to 1.7.99 now in svn. nack to svnrev num at end. 11 years ago
eio.pc.in add back in libs.private/requires to pc files with some fixes for 12 years ago
eio.spec.in Assorted build and spec fixes. 12 years ago

README

EIO 1.7.99

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

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