From 098d70435f1e9afc77cfb719af515f48bcd7910e Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 11 Mar 2012 17:19:36 +0100 Subject: update for 1.2 release --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index fa67a56..ef74c2e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -MATE Sensors Applet +MATE Sensors Applet Authors: Alex Murray , Stefano Karapetsas @@ -82,7 +82,7 @@ Requirements Debian, Fedora, Ubuntu and most standard distro users will need to do a -./configure --prefix=/usr +./autogen.sh --prefix=/usr to ensure proper installation within the correct path. @@ -91,12 +91,12 @@ To enable support for NVIDIA GPUs MATE Sensors Applet requires the standard X11 headers as well as libNVCtrl (supplied by nvidia-settings), and needs to be compiled with support for NVIDIA GPUs as: -./configure --with-nvidia +./autogen.sh --with-nvidia If your X11 headers are in a non-standard location, these can also be specified as: -./configure --with-nvidia --with-x11=PATH_TO_X11_LIBRARIES +./autogen.sh --with-nvidia --with-x11=PATH_TO_X11_LIBRARIES where PATH_TO_X11_LIBRARIES is the path to your X11 libraries (such as /usr/include/X11), although in most cases this should not -- cgit v1.2.1