Skip to content

Instantly share code, notes, and snippets.

@kingtuna
Created June 9, 2017 08:02
Show Gist options
  • Save kingtuna/e8d2cbab05021ebbb85cbe7baf2cb7d7 to your computer and use it in GitHub Desktop.
Save kingtuna/e8d2cbab05021ebbb85cbe7baf2cb7d7 to your computer and use it in GitHub Desktop.
git clone https://github.com/fireice-uk/xmr-stak-nvidia
sudo pacman -S opencl-headers
sudo pacman -S cuda
sudo pacman -S libmicrohttpd
cmake . -DCMAKE_CXX_COMPILER=/usr/bin/g++-5 -DCMAKE_C_COMPILER=/usr/bin/gcc-5 -DCUDA_HOST_COMPILER:FILEPATH=/usr/bin/gcc-5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment