Is there a walk-through or steps to allow someone to compile the source?
I would appreciate any help.
Hi usao,
The last time I built tpruvot-cpuminer was back in January of 2016 with v1.2.
The autoconf version I employed was v2.5.
The automake version I employed was v1.10.
Back then, my dependencies were cURL, jansson (
http://www.digip.org/jansson/) and OpenSSL.
Also, back then I remember copying my libcurl.m4 include file into the tpruvot-cpuminer's m4 directory before configuring the build.
I started by regenerating the autotools files, by doing a full autoreconf followed by running libtoolize.
Then, I added these CFLAGS to my custom build environment: -Ofast -flto -fuse-linker-plugin -ftree-loop-if-convert-stores -DUSE_ASM
Then, I ran configure --with-crypto --with-curl
Afterwards, a standard make and then make install finished the process.
Your mileage may vary since the build box here was a full-blown Gentoo system with the toolchain already installed.
You'll need development libraries, build essentials and dependencies when compiling for CentOS v6.
Best Regards,
-Chicago