Package Upload
[framework/uifw/efreet.git] / README
1 Efreet 1.7.0
2
3 ******************************************************************************
4
5  FOR ANY ISSUES PLEASE EMAIL:
6  enlightenment-devel@lists.sourceforge.net
7   
8 ******************************************************************************
9   
10 Requirements:
11 -------------
12
13 Must:
14   libc
15   eina (at least 1.1.0)
16   ecore (at least 1.1.0)
17   ecore-file (at least 1.1.0)
18   eet (at least 1.5.0)
19
20 An implementation of several specifications from freedesktop.org intended for
21 use in Enlightenment DR17 (e17) and other applications using the Enlightenment
22 Foundation Libraries (EFL). Currently, the following specifications are
23 included:
24   * Base Directory
25   * Desktop Entry
26   * Icon Theme
27   * Menu
28   * Trash
29   * Mime
30
31 ------------------------------------------------------------------------------
32 COMPILING AND INSTALLING:
33
34   ./configure
35   make
36 (as root unless you are installing in your users directories):
37   make install
38