X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=README;h=733b3d7b45dc58f5ac94091ff99d3cea2795b24b;hb=refs%2Fheads%2Fv0.7.0.4;hp=18608f9afb0d4735a7c0d88ff10c385ca9a4a623;hpb=110d1ea1d8151e679ce2cd5c0a976a1194789621;p=psensor.git diff --git a/README b/README index 18608f9..733b3d7 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Psensor -======= +Psensor README +============== Introduction ------------ @@ -132,7 +132,7 @@ The specific requirements for +psensor-server+: * library libmicrohttpd * library json0 -For Debian: +For Debian 7.0: ----------------------------------------------------------------- sudo apt-get install asciidoc cppcheck gcc gettext libgtk-3-dev libgconf2-dev libnotify-dev libsensors4-dev help2man @@ -147,6 +147,15 @@ libatasmart-devel libcurl-devel json-c-devel libmicrohttpd-devel help2man libnotify-devel libgtop2-devel make ----------------------------------------------------------------------- +For Ubuntu 12.04: +------------------------------------------------------------------------- +sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext +autopoint libgtk-3-dev libgconf2-dev libnotify-dev libsensors4-dev +help2man libcurl4-openssl-dev libjson0-dev libmicrohttpd-dev +libgtop2-dev make perl libunity-dev libgtop2-dev libappindicator-dev +nvidia-settings +------------------------------------------------------------------------- + Compilation and Installation Steps ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -155,15 +164,15 @@ Compilation and Installation Steps 3. Compilation: +./configure;make clean all+ 4. Installation: +make install+ (require to have root permission) 5. Start the sensor detection script: +sensors-detect+ and follows the -instructions. Then, teboot or activate the kernel modules which have +instructions. Reboot or activate the kernel modules which have been found. -7. To monitor HDDs, the +hddtemp+ daemon must be installed and running. -8. Run: +psensor+ +6. To monitor HDDs, the +hddtemp+ daemon must be installed and running. +7. Run: +psensor+ ATI/AMD GPU Support ~~~~~~~~~~~~~~~~~~~ -When the OpenSource ATI driver(nouveau) is used, the monitoring +When the OpenSource ATI driver is used, the monitoring information is available throw lm-sensors and does not require the following instructions. @@ -174,7 +183,7 @@ Download the http://developer.amd.com/sdks/ADLSDK/Pages/default.aspx[ATI ADL SDK] and extracts the files of the archive into a directory [dir]. -Replace the step 7. of the above section by +./configure +Replace the step 3. of the above section by +./configure --with-libatiadl=[dir]+ where +[dir]+ must be the directory where you have extracted the ATI ADL SDK. Other steps are indentical.