summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2012-09-27 03:02:12 +0000
committerCarsten Haitzler <raster@rasterman.com>2012-09-27 03:02:12 +0000
commit05ddd5fe2df500b018fd077359121653628cd44a (patch)
treed71f3d0c22a9637c1bf6d3178986caa0e4719e72 /README
parent296d47a7cbfe5be9a3a60797a9a661634b8e2c8c (diff)
downloadefl-05ddd5fe2df500b018fd077359121653628cd44a.tar.gz
cleaning up the base of efl tree moving files to subdirs
SVN revision: 77106
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index e69de29bb2..4ab17664c0 100644
--- a/README
+++ b/README
@@ -0,0 +1,20 @@
+EFL 1.7.99
+
+******************************************************************************
+
+ FOR ANY ISSUES PLEASE EMAIL:
+ enlightenment-devel@lists.sourceforge.net
+
+******************************************************************************
+
+EFL is a collection of libraries for handling many common tasks a
+developer man have such as data structures, communication, rendering,
+widgets and more.
+
+------------------------------------------------------------------------------
+COMPILING AND INSTALLING:
+
+ ./configure
+ make
+(do this as root unless you are installing in your users directories):
+ make install