X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=README;h=43123c82e15c9c5a52c3070817a88816cbf9dd6b;hb=ca0d86c3da7d1129724c72d746e3d126ca7350cc;hp=49dd2880006d4eaf53bbe5dd85709c60e6431276;hpb=bcd8b5f5191d3db22ef56b2c7d4624afb6f10fe3;p=psensor.git diff --git a/README b/README index 49dd288..43123c8 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Psensor -======= +Psensor README +============== Introduction ------------ @@ -113,7 +113,7 @@ The compilation of +psensor+ requires: * gcc (or llvm) * lm-sensors * library sensors4 - * library gtk3 + * library gtk3 >=3.4 * library gconf2 * help2man * asciidoc (optional, required to produce the html version of the @@ -147,13 +147,14 @@ libatasmart-devel libcurl-devel json-c-devel libmicrohttpd-devel help2man libnotify-devel libgtop2-devel make ----------------------------------------------------------------------- -For Ubuntu 12.04: +For Ubuntu 12.10: ------------------------------------------------------------------------- -sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext -autopoint libgtk2.0-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 +sudo apt-get install asciidoc autoconf automake autopoint +debhelper (>= 9) cppcheck gettext help2man libappindicator3-dev +libatasmart-dev libcurl4-gnutls-dev libgconf2-dev libgtk-3-dev +libgtop2-dev libjson0-dev libmicrohttpd-dev libnotify-dev +libsensors4-dev libunity-dev nvidia-settings perl + ------------------------------------------------------------------------- Compilation and Installation Steps @@ -164,15 +165,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. @@ -183,7 +184,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.