Browse Source

Merge commit 'c6aa981' into bfgminer-2.8.x

Conflicts:
	README
Luke Dashjr 13 years ago
parent
commit
1af582bcf6
2 changed files with 8 additions and 7 deletions
  1. 3 2
      README
  2. 5 5
      linux-usb-bfgminer

+ 3 - 2
README

@@ -38,6 +38,7 @@ Dependencies:
 	(libncurses5-dev or libpdcurses on WIN32)
 
 	autoconf            http://www.gnu.org/software/autoconf/
+	automake            http://www.gnu.org/software/automake/
 	pkg-config          http://www.freedesktop.org/wiki/Software/pkg-config
 	libtool             http://www.gnu.org/software/libtool/
 
@@ -47,7 +48,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/
@@ -75,7 +76,7 @@ To build with GPU mining support:
 
 Install AMD APP sdk, ideal version (see FAQ!) - put it into a system location.
 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