Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When does the Linux version come out ? #18

Open
dangfuyidabai opened this issue Apr 10, 2020 · 7 comments
Open

When does the Linux version come out ? #18

dangfuyidabai opened this issue Apr 10, 2020 · 7 comments

Comments

@dangfuyidabai
Copy link

When does the Linux version come out ?

@djm34
Copy link
Contributor

djm34 commented Apr 10, 2020

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
Copy link
Contributor

djm34 commented Apr 10, 2020

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

@dangfuyidabai
Copy link
Author

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

@djm34
Copy link
Contributor

djm34 commented Apr 10, 2020

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

@quydau35
Copy link

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.

@djm34
Copy link
Contributor

djm34 commented Feb 23, 2021

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

@ghost
Copy link

ghost commented Feb 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants