Post
Topic
Board Mining software (miners)
Re: BFGMiner 5.5.0: CPU/GPU/FPGA/ASIC mining software, GBT+Stratum, RPC, Linux/Win64
by
Charles Sweeney
on 13/03/2018, 16:56:13 UTC
Getting a problem installing this.  States in the readme to run ./configure but I don't have a file by that name.

Fixed it.  The "configure" file didn't exist because autogen.sh encountered errors.  I needed to install a couple of packages so that autogen.sh would run properly.  When it did, it created the "configure" file.

Needed to install pkg-config and libgcrypt20-dev, like so:

Code:
apt-get install -y pkg-config libgcrypt20-dev

I had previously installed all the recommended packages/dependencies which included pkg-config but not libgcrypt20-dev.