cpuminer icon indicating copy to clipboard operation
cpuminer copied to clipboard

When does the Linux version come out ?

Open dangfuyidabai opened this issue 4 years ago • 7 comments

When does the Linux version come out ?

dangfuyidabai avatar Apr 10 '20 08:04 dangfuyidabai

if you refer to cpuminer, it's been there like forever (hmm if you posted refering to something else, please post on the correct software)

djm34 avatar Apr 10 '20 08:04 djm34

indeed it isn't here, however it should be straight forward to compile it (following the instructions).

djm34 avatar Apr 10 '20 08:04 djm34

oh,it is difficult to compile it (even if the following the instructions)

dangfuyidabai avatar Apr 10 '20 09:04 dangfuyidabai

apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++

Compilation on linux: ./autogen.sh # only needed if building from git repo ./configure --with-crypto --with-curl

djm34 avatar Apr 10 '20 12:04 djm34

I follow the build instruction with all automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++ packages installed and make autogen.sh, build.sh and configure file executable 755 mode. But it seems you need to update the offficial documents with installing zlibc zlib1g-dev also.

quydau35 avatar Feb 23 '21 08:02 quydau35

yes it is possible that some libs are missing

although for compilation, the recommanded one is:

./autogen.sh # only needed if building from git repo ./configure --with-crypto --with-curl make

I am not sure if build.sh is fully functionnal, in case it is, you should do only: ./build.sh make

djm34 avatar Feb 23 '21 08:02 djm34

yes it is possible that some libs are missing

although for compilation, the recommanded one is:

./autogen.sh # only needed if building from git repo ./configure --with-crypto --with-curl make

I am not sure if build.sh is fully functionnal, in case it is, you should do only: ./build.sh make

build.sh is working, just to remember to run autogen.sh before running it otherwise make clean will fails

ghost avatar Feb 23 '21 17:02 ghost