added basic instruction in the README for compiling psensor with the ATI/AMD GPU...
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 19 Jan 2012 22:37:44 +0000 (22:37 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 19 Jan 2012 22:37:44 +0000 (22:37 +0000)
NEWS
README

diff --git a/NEWS b/NEWS
index b883645..dfd24c8 100644 (file)
--- 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 (file)
--- 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
 --------------------------------