cedf5d0cf9
Doygen tells us: warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" So we are nice and remove them. A yay for the day where we have amerged tree and not two dozens of Doxyfile.in files floating around. SVN revision: 78409 |
||
---|---|---|
.. | ||
doc | ||
m4 | ||
src | ||
.gitignore | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
TODO | ||
autogen.sh | ||
configure.ac | ||
eio.pc.in | ||
eio.spec.in |
README
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