Skip to content

How to create binaries under Ubuntu Linux

KlausT edited this page Dec 11, 2020 · 5 revisions

install gcc

  • sudo apt-get install gcc
  • sudo apt-get install g++

Install dependencies:

  • sudo apt-get install libssl-dev
  • sudo apt-get install libcurl4-openssl-dev
  • sudo apt-get install libjansson-dev
  • sudo apt-get install automake
  • Go to the Nvidia web page and follow the instructions there
  • Reboot your system

Compile the source code:

I can't guarantee that ccminer will work with all Ubuntu versions. Look like it's working fine with Ubuntu 20.04 LTS.