Created
June 9, 2017 08:02
-
-
Save kingtuna/e8d2cbab05021ebbb85cbe7baf2cb7d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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