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.
 
 
 
 
 
 
Stefan Schmidt 1d6a1a8130 eio: Fix out srcdir != builddir build for make distcheck 11 years ago
..
doc eio: Fix out srcdir != builddir build for make distcheck 11 years ago
m4 Improving Eio Doc and adding an example. 11 years ago
src Reverting r72552. 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 eio: actually detect when file changed since last monitoring request. 12 years ago
INSTALL * eio: please welcome our asynchronous input output library. 13 years ago
Makefile.am Eio: autotools cleanup 12 years ago
NEWS eio: actually detect when file changed since last monitoring request. 12 years ago
README Eio: update README 12 years ago
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 12 years ago
configure.ac Improving Eio Doc and adding an example. 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.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