X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=README;h=474b831d861c1ae3813de57e95c3e7c44220ae0c;hp=cc2594866a3d24042ee25e2f5759350432ba9291;hb=23234e3cf7be4d07c11b911d4ee9a86a99ef4e3e;hpb=88cb2747134127e1a5903fedba12cccc585ec906 diff --git a/README b/README index cc25948..474b831 100644 --- a/README +++ b/README @@ -55,7 +55,7 @@ Compilation requires the following packages: gettext libgtk-3-dev libgconf2-dev libnotify-dev libsensors4-dev help2man libcurl4-openssl-dev libjson0-dev libmicrohttpd-dev -libgtop2-dev +libgtop2-dev libatasmart-dev Debian kfreebsd --------------- @@ -63,6 +63,7 @@ Debian kfreebsd Compilation requires the following packages: gcc libgtk2.0-dev libsensors4-dev libgconf2-dev help2man libcurl4-openssl-dev libjson0-dev libmicrohttpd-dev libgtop2-dev +libatasmart-dev Ubuntu ------ @@ -87,12 +88,6 @@ sudo apt-get update sudo apt-get install psensor sudo apt-get install psensor-server -Alternatively, you can download Ubuntu binary packages from: -http://wpitchoune.net/psensor/files/ubuntu/ -The manual installation of the psensor and psensor-server packages -requires also the installation of psensor-common which contains -the multiple languages support. - Centos 6 -------- @@ -143,6 +138,7 @@ Psensor compilation requires: * library json0 and curl (optional, required for remote monitoring) * library unity (>=v3.4.2, optional) * library gtop2 (optional, required for CPU usage) + * library atasmart (optional, for disk monitoring) Psensor-server compilation requires: * make/gcc @@ -152,6 +148,7 @@ Psensor-server compilation requires: * library libmicrohttpd * library json0 * library gtop2 (optional, required for CPU usage) + * library atasmart (optional, for disk monitoring) Compilation and Installation Steps ----------------------------------