diff options
author | makefu <makefu@syntax-fehler.de> | 2011-06-23 01:10:24 +0200 |
---|---|---|
committer | makefu <makefu@syntax-fehler.de> | 2011-06-23 01:10:24 +0200 |
commit | efee2013940fa4c57ec3b1ae046e64036864cc46 (patch) | |
tree | 2ba316ade3587d83a1376c0b55f20f2d2f349827 /mining/Makefile | |
parent | 9343db90975d32b7f96f6407ab4689fdadc4c5a1 (diff) |
updated mining
CONFIGURE, more infos about what to do to use the mining
Makefile: installs tmux
Diffstat (limited to 'mining/Makefile')
-rw-r--r-- | mining/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mining/Makefile b/mining/Makefile index c673ee3e..b8ed2f6c 100644 --- a/mining/Makefile +++ b/mining/Makefile @@ -4,6 +4,7 @@ select-target: format: cat README install: + sudo apt-get install tmux echo '#!/bin/bash' > /usr/bin/ati_license echo 'sudo tar xvf /opt/AMD-APP-SDK-v2.4-lnx64/icd-registration.tgz -C /' >> /usr/bin/ati_license cp -r user /home |