summaryrefslogtreecommitdiff
path: root/old/README.eio
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2012-12-04 17:40:58 +0000
committerVincent Torri <vincent.torri@gmail.com>2012-12-04 17:40:58 +0000
commit81c86b19f6b432c5d6701bd025d5b2cf308fba4c (patch)
tree44f76300c96fddf3be01d97afb3025227350ee92 /old/README.eio
parent633e29c5a50fa1a1087df88d8d9859c79a83e486 (diff)
downloadefl-81c86b19f6b432c5d6701bd025d5b2cf308fba4c.tar.gz
merge: eio + fix compilation on windows + minor fixes + po files
don't move eio to IN-EFL right now SVN revision: 80180
Diffstat (limited to 'old/README.eio')
-rw-r--r--old/README.eio27
1 files changed, 27 insertions, 0 deletions
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
+