efl/legacy/eio/README

28 lines
896 B
Plaintext

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