From 3874eac0561a0e753c5a88a5bcd99ef778dbf095 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 19 Jan 2012 22:37:44 +0000 Subject: [PATCH] added basic instruction in the README for compiling psensor with the ATI/AMD GPU support. --- NEWS | 2 ++ README | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/NEWS b/NEWS index b883645..dfd24c8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ * v0.7.0.0 ** psensor: fixed sensor type displayed in sensor preferences dialog. +** psensor: added basic instruction in the README for compiling psensor + with the ATI/AMD GPU support. * v0.6.2.17 diff --git a/README b/README index 8daf7f0..cc25948 100644 --- a/README +++ b/README @@ -105,6 +105,27 @@ 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. +ATI/AMD GPU Support +------------------- + +To compile Psensor with ATI support on Ubuntu: + + * installs the usual Psensor build dependencies and fglrx ubuntu + package. + + * downloads the ATI ADL SDK from: + http://developer.amd.com/sdks/ADLSDK/Pages/default.aspx and + extracts the files of the archive into a directory [dir]. + + * configure the build environment: + ./configure --with-libatiadl=[dir] + where [dir] must be the directory where you have extracted the ATI + ADL SDK. + + * then follow usual GNU autotools compilation: + make clean all + make install + Installation from source archive -------------------------------- -- 2.7.4