summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2012-03-17 04:17:29 +0000
committerCarsten Haitzler <raster@rasterman.com>2012-03-17 04:17:29 +0000
commit091e1076693d0c924ff3796c0643529492069f95 (patch)
treeb1eb11898cd8268cf734d774396c6e0dbc2ff954 /README
parent8bb18421130e4104633199f309475723f5d43866 (diff)
downloadelementary-091e1076693d0c924ff3796c0643529492069f95.tar.gz
gear up svn for release. one of many steps/things to do.
SVN revision: 69481
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 25 insertions, 4 deletions
diff --git a/README b/README
index a165993b5..0f2539c2d 100644
--- a/README
+++ b/README
@@ -1,7 +1,28 @@
-Elementary - a basic widget set library that is easy to use and is based on EFL.
-It provides the basic building blocks for creating applications and user interfaces.
+Elementary 0.9.0
-For more details about elementary widgets and how to use them kindly refer to the
-following link.
+******************************************************************************
+
+ FOR ANY ISSUES PLEASE EMAIL:
+ enlightenment-devel@lists.sourceforge.net
+
+******************************************************************************
+
+Elementary
+
+A basic widget set library that is easy to use and is based on EFL.
+It provides the basic building blocks for creating applications and user
+interfaces.
+
+For more details about elementary widgets and how to use them kindly refer to
+the following link.
http://docs.enlightenment.org/auto/elementary/
+
+------------------------------------------------------------------------------
+COMPILING AND INSTALLING:
+
+ ./configure
+ make
+(do this as root unless you are installing in your users directories):
+ make install
+