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