Skip to content

Instantly share code, notes, and snippets.

@tgwaste
Created January 9, 2018 06:04
Show Gist options
  • Save tgwaste/ef9db7b41676d9e0f45da6ebd0e473ef to your computer and use it in GitHub Desktop.
Save tgwaste/ef9db7b41676d9e0f45da6ebd0e473ef to your computer and use it in GitHub Desktop.
git clone https://github.com/tgwaste/xmr-stak.git
apt-get -y install libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev
apt-get -y install cmake ocl-icd-opencl-dev hwloc libhwloc-dev libmicrohttpd-dev
mkdir xmr-stak/build
cd xmr-stak/build
cmake .. -DCUDA_ENABLE=OFF
make
make install
cp bin/xmr-stak /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment