summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-04 20:14:05 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-04 20:14:05 +0000
commit5914a985799c989374a19719b7ee04b02474851e (patch)
treeb6ba3b42ebcf38359d9efcc17a9e9e2107a04ea6 /old
parentdeeaf20150534e5be16500e84a6f829f3be9c715 (diff)
downloadefl-5914a985799c989374a19719b7ee04b02474851e.tar.gz
efl/efreet: add old README.
SVN revision: 82238
Diffstat (limited to 'old')
-rw-r--r--old/README.efreet38
1 files changed, 38 insertions, 0 deletions
diff --git a/old/README.efreet b/old/README.efreet
new file mode 100644
index 0000000000..bda1aed3f2
--- /dev/null
+++ b/old/README.efreet
@@ -0,0 +1,38 @@
+Efreet 1.7.99
+
+******************************************************************************
+
+ FOR ANY ISSUES PLEASE EMAIL:
+ enlightenment-devel@lists.sourceforge.net
+
+******************************************************************************
+
+Requirements:
+-------------
+
+Must:
+ libc
+ eina (at least 1.1.0)
+ ecore (at least 1.1.0)
+ ecore-file (at least 1.1.0)
+ eet (at least 1.5.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
+