Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer - new unified multi-algorithm on-the-fly kernel switching miner
by
SirChewie
on 04/06/2014, 18:35:12 UTC
anyone able to clarify if i'm missing a step ? trying to compile this into bamt.

cd /opt/mners
git clone https;//github.com/sgminer-dev/sgminer
cd sgminer
./autogen.sh
./configure
make

doesn't look like there is much in the autogen shell compared to previous installs I've been playing with ..


You're missing the ADL_SDK/*.h files for one, so see where they exist on your system for the 4th step below

cd /opt/miners/
git clone https;//github.com/sgminer-dev/sgminer
cd sgminer
cp /opt/miners/cgminer/ADL_SDK/*.h .
libtoolize
autoreconf -ivf
CFLAGS="-O2 -Wall -march=native" ./configure
make