Browse Source

README: Update AMD APP SDK URIs

Luke Dashjr 13 years ago
parent
commit
7690268de6
2 changed files with 7 additions and 7 deletions
  1. 2 2
      README
  2. 5 5
      linux-usb-bfgminer

+ 2 - 2
README

@@ -47,7 +47,7 @@ Dependencies:
 	yasm 1.0.1+         http://yasm.tortall.net/
 	(yasm is optional, gives assembly routines for CPU mining)
 
-	AMD APP SDK         http://developer.amd.com/sdks/AMDAPPSDK
+	AMD APP SDK         http://developer.amd.com/tools/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/
 	(This sdk is mandatory for GPU mining)
 
 	udev dev library    http://www.freedesktop.org/software/systemd/libudev/
@@ -79,7 +79,7 @@ Basic *nix build instructions:
 The easiest way to install the ATI AMD SPP sdk on linux is to actually put it
 into a system location. Then building will be simpler. Download the correct
 version for either 32 bit or 64 bit from here:
-	http://developer.amd.com/sdks/AMDAPPSDK/downloads/Pages/default.aspx
+	http://developer.amd.com/tools/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/
 
 This will give you a file with a name like AMD-APP-SDK-v2.4-lnx64.tgz
 

+ 5 - 5
linux-usb-bfgminer

@@ -89,16 +89,16 @@ shutting down the PC to ensure all data is written to the USB
 11) sudo aticonfig --adapter=all --odgt
    this checks it can access all the cards ...
 
-12) get AMD-APP-SDK-v2.4-lnx64.tgz from
- http://developer.amd.com/sdks/amdappsdk/downloads/pages/default.aspx
-  ( http://developer.amd.com/Downloads/AMD-APP-SDK-v2.4-lnx64.tgz )
+12) get AMD-APP-SDK-v2.8-lnx64.tgz from
+ http://developer.amd.com/tools/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/
+  ( http://developer.amd.com/wordpress/media/2012/11/AMD-APP-SDK-v2.8-lnx64.tgz )
 
  sudo su
  cd /opt
   (replace /home/ubuntu/ with wherever you put the file: )
- tar -xvzf /home/ubuntu/AMD-APP-SDK-v2.4-lnx64.tgz
+ tar -xvzf /home/ubuntu/AMD-APP-SDK-v2.8-lnx64.tgz
 
- cd AMD-APP-SDK-v2.4-lnx64/
+ cd AMD-APP-SDK-v2.8-lnx64/
  cp -pv lib/x86_64/* /usr/lib/
  rsync -avl include/CL/ /usr/include/CL/
  tar -xvzf icd-registration.tgz