aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/elementary/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/elementary/README28
1 files changed, 0 insertions, 28 deletions
diff --git a/libraries/elementary/README b/libraries/elementary/README
deleted file mode 100644
index 5c2f871..0000000
--- a/libraries/elementary/README
+++ /dev/null
@@ -1,28 +0,0 @@
1Elementary 1.0.0
2
3******************************************************************************
4
5 FOR ANY ISSUES PLEASE EMAIL:
6 enlightenment-devel@lists.sourceforge.net
7
8******************************************************************************
9
10Elementary
11
12A basic widget set library that is easy to use and is based on EFL.
13It provides the basic building blocks for creating applications and user
14interfaces.
15
16For more details about elementary widgets and how to use them kindly refer to
17the following link.
18
19http://docs.enlightenment.org/auto/elementary/
20
21------------------------------------------------------------------------------
22COMPILING AND INSTALLING:
23
24 ./configure
25 make
26(do this as root unless you are installing in your users directories):
27 make install
28