I have problem with install cpuminer on Ubuntu. I tried this tutorial
https://github.com/elicoin/elicoin/blob/master/MINING.md, and I download cpuminer 3.8.3.3.
I try too v3.7.10, but I have same error.
1) apt-get update && apt-get upgrade
2) apt-get install build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake screen ca-certificates wget tar
3) wget
https://github.com/JayDDee/cpuminer-opt/archive/vx.x.x.tar.gz4) tar xvzf vx.x.x.tar.gz
5) mv cpuminer-opt-x.x.x cpuminer
6) cd cpuminer
7) ./build.sh
Steps 1-6 are OK, but step 7 throw error inlining failed in call to always_inline '_mm_shuffle_epi8': target specific option mismatch.
Did somebody install cpuminer on ubuntu?