efl/legacy/efreet
Boris Faure d718ad4713 efreet: typos
SVN revision: 64137
2011-10-17 20:29:25 +00:00
..
doc efreet: fix doc build when srcdir != builddir. 2011-06-13 18:03:52 +00:00
m4
src efreet: typos 2011-10-17 20:29:25 +00:00
.gitignore efreet: ignore++ 2011-08-18 07:34:29 +00:00
AUTHORS Fix me as author 2010-12-10 06:05:35 +00:00
COPYING fix COPYING to say 2011. 2011-09-05 07:15:41 +00:00
ChangeLog efret: Save whether cache changed in update file. 2011-08-16 12:46:35 +00:00
INSTALL
Makefile.am put again efreet tests in the source tree 2011-01-16 19:07:19 +00:00
NEWS
NOTES
README
TODO
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 2011-08-02 04:13:33 +00:00
configure.ac rename libtool version names to fit libtool doc 2011-03-27 18:12:15 +00:00
efreet-mime.pc.in
efreet-trash.pc.in
efreet.pc.in
efreet.spec.in Assorted build and spec fixes. 2011-06-23 07:01:45 +00:00

README

Efreet 1.0.0 BETA

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net
  
******************************************************************************
  
Requirements:
-------------

Must:
  libc
  eina (at least 1.0.0
  ecore (at least 1.0.0)
  ecore-file (at least 1.0.0)
  eet (at least 1.4.0)

An implementation of several specifications from freedesktop.org intended for
use in Enlightenment DR17 (e17) and other applications using the Enlightenment
Foundation Libraries (EFL). Currently, the following specifications are
included:
  * Base Directory
  * Desktop Entry
  * Icon Theme
  * Menu
  * Trash
  * Mime

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

  ./configure
  make
(as root unless you are installing in your users directories):
  make install