Take the 2-minute tour ×
Bitcoin Stack Exchange is a question and answer site for Bitcoin crypto-currency enthusiasts. It's 100% free, no registration required.

Is it possible to install BFGMiner on Debian Wheezy?

I have been looking for a solution but I can't find one.

share|improve this question
1  
What happens when you try? –  Nate Eldredge Nov 22 '13 at 5:20
    
There is no specific package for download that I can find for debian. They are for Ubuntu –  user199022 Nov 22 '13 at 5:23
    
So, you build it from source. There's a nice README in the source package. There's even a README.Debian discussing how to make it into your own debian package. –  Nate Eldredge Nov 22 '13 at 5:26
    
Really? Ill check it out –  user199022 Nov 22 '13 at 5:28

2 Answers 2

Download the bfgminer source code, extract the source, change directory into it.

Then:

$ dpkg-buildpackage -uc -us -rfakeroot

And it'll build a package you can install on Debian Wheezy. You will need to install "dpkg-dev" for dpkg-buildpackage and all the build dependencies, which you'll find out by running the dpkb-buildpackage command.

share|improve this answer

you have to patch it first before building the package;

patch -p1 < debian/patches/bfgminer-bitforce.diff

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.