efl/legacy/eio/README

28 lines
885 B
Plaintext
Raw Normal View History

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
2012-05-05 03:07:39 -07:00
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.
2012-05-05 03:07:39 -07:00
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