move to gtk3
[psensor.git] / README
diff --git a/README b/README
index f911f9b..98cce31 100644 (file)
--- a/README
+++ b/README
@@ -78,7 +78,7 @@ Psensor compilation requires:
  * make/gcc    
  * lm-sensors
  * library sensors4
- * library gtk2
+ * library gtk2 (>= 2.18)
  * library gconf2
  * help2man 
  * library libnotify (optional)
@@ -86,6 +86,7 @@ Psensor compilation requires:
  * library libXNVCtrl (optional)
  * library json0 and curl (optional, required for remote monitoring)
  * library unity (>=v3.4.2, optional)
+ * library gtop2 (optional, required for CPU usage)
 
 Psensor-server compilation requires:
  * make/gcc    
@@ -94,8 +95,6 @@ Psensor-server compilation requires:
  * help2man 
  * library libmicrohttpd 
  * library json0
- * library LUA5.1 (optional, required to enable HTML page generation   
- of the psensor-server webserver)
  * library gtop2 (optional, required for CPU usage)
 
 Compilation and Installation Steps
@@ -116,7 +115,25 @@ instructions
 
  * Run 'psensor'
 
+Ubuntu
+------
+
+Notes about installation on Ubuntu is available at:
+http://wpitchoune.net/blog/psensor/ubuntu-integration
+
+Centos 6
+--------
+
+psensor can be compiled on Centos 6.0, by installing the following
+packages:
+gcc gtk2-devel GConf2-devel help2man gettext-devel libnotify-deval
+lm_sensors-devel libgtop2-devel
+
+As microhttpd and json-c libraries are not available in the standard centos
+repository, psensor-server cannot be compiled and the remote
+monitoring feature of psensor will not be available.
+
 Contact
 -------
-Bugs and comments can be sent to wpitchoune@gmail.com
+Bugs and comments can be sent to jeanfi@gmail.com
 Home page: http://wpitchoune.net/psensor
\ No newline at end of file