update edbus readme
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 Nov 2011 11:42:04 +0000 (11:42 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 Nov 2011 11:42:04 +0000 (11:42 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@65243 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

README

diff --git a/README b/README
index 9b9a283..a684e2e 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-E_dbus 1.0.0 BETA
+E_dbus 1.1.0
 
 ******************************************************************************
 
@@ -13,11 +13,11 @@ Requirements:
 Must:
   libc
   libdbus
-  eina (at least 1.0.0)
-  ecore (at least 1.0.0)
+  eina (at least 1.1.0)
+  ecore (at least 1.1.0)
 
 Recommended:
-  evas (at least 1.0.0)
+  evas (at least 1.1.0)
 
 This is the start of some basic convenience wrappers around dbus to ease
 integrating dbus with EFL based applications.
@@ -37,9 +37,14 @@ libdbus iteself, causing any cleanup handlers on the connection to only be
 called at app exit. Thus, if a module hooks a connection in to the mainloop,
 there is no way to clean up fully before unloading the module, causing issues.
 
-This code is still in its infancy, and although works, may have some rough
-edges. The design is not set in stone, so feel free to propose (and implement)
-changes / improvements.
-
 Patches can be sent to the enlightenment dev mailing list, or, if you have
 commit access, feel free to commit.
+
+------------------------------------------------------------------------------
+COMPILING AND INSTALLING:
+
+  ./configure
+  make
+(do this as root unless you are installing in your users directories):
+  make install
+