From 81c86b19f6b432c5d6701bd025d5b2cf308fba4c Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 4 Dec 2012 17:40:58 +0000 Subject: merge: eio + fix compilation on windows + minor fixes + po files don't move eio to IN-EFL right now SVN revision: 80180 --- old/README.eio | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 old/README.eio (limited to 'old/README.eio') diff --git a/old/README.eio b/old/README.eio new file mode 100644 index 0000000000..a59326ab12 --- /dev/null +++ b/old/README.eio @@ -0,0 +1,27 @@ +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 + -- cgit v1.2.1