Skip to content

How to create binaries under Ubuntu Linux

KlausT edited this page Aug 7, 2018 · 5 revisions

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
  • check if your system is using the Nvidia drivers

Compile the source code:

Clone this wiki locally