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

Compilation and miner working successfuly on GNU/Linux Debian10 #65

Open
blackmennewstyle opened this issue Oct 12, 2020 · 0 comments
Open

Comments

@blackmennewstyle
Copy link

blackmennewstyle commented Oct 12, 2020

I managed to compile successfully ccminer on GNU/Linux Debian 10, using the backports cuda 10.1 driver and linux-headers-5.8.0-0.bpo.2-amd64. You don't need the official NVIDIA driver from their website, just use the latest ones in the backports repository and use also the dkms package for less hassle in the future.

However, i also needed to add one package to fix a dependency issue with openSSL, which was causing the command ./configure to fail.

That package is: libssl-dev

apt-get -y install gcc g++ build-essential automake linux-headers-$(uname -r) git gawk libcurl4-openssl-dev libssl-dev libjansson-dev xorg libc++-dev libgmp-dev python-dev

You also have a little typo in your README.md file regarding the build process:
./autogen.sh
./configure
./make

The latest command is wrong, it should be simply make

I managed to compile ccminer by the way, on a laptop which is running an annoying NVIDIA/INTEL OPTIMUS setup, so it should work properly as well, on a regular setup without that useless proprietary-licensed Nvidia blob.

Hope, that could help some people having issue with the build process.

@blackmennewstyle blackmennewstyle changed the title Compilation and miner working successfuly on debian10 Compilation and miner working successfuly on GNU/Linux Debian10 Oct 12, 2020
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

1 participant