hmmm
you need to change /home/miner to ~ if your username isnt miner.
I updated the OP if there is no autogen.sh run autoreconf -i
This is the problem code:
Build cgminer:
Code:
cd /home/miner/usb-miner/software/cgminer
./autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure --enable-gridseed
make
cd
I tried the autoreconf -i from the cgminer directory, and had this error:
autom4te: cannot create autom4te.cache: No such file or directory
aclocal: /usr/bin/autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
Since I just setup the machine, I will set it up again with the user miner.
You might want to update the beginning of the instructions to add something like:
"Create a user account with the name 'miner'" ...