diff options
author | Stefano Karapetsas <[email protected]> | 2012-03-11 17:19:36 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-03-11 17:19:36 +0100 |
commit | 098d70435f1e9afc77cfb719af515f48bcd7910e (patch) | |
tree | c559707c492fe7f7ff292c4d167e25d328b66ca4 /README | |
parent | 6de96f515e5122ec2ba42fd07bac4e99f0c2db79 (diff) | |
download | mate-sensors-applet-098d70435f1e9afc77cfb719af515f48bcd7910e.tar.bz2 mate-sensors-applet-098d70435f1e9afc77cfb719af515f48bcd7910e.tar.xz |
update for 1.2 release
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -MATE Sensors Applet <https://github.com/stefano-k/mate-sensors-applet> +MATE Sensors Applet <https://github.com/mate-desktop/mate-sensors-applet> Authors: Alex Murray <[email protected]>, Stefano Karapetsas <[email protected]> @@ -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 |