Assuming you already have Homebrew installed, the installation of dependencies is pretty straightforward and will generate the xmr-stak
binary in the bin/
directory.
brew tap caskroom/drivers
brew cask install nvidia-cuda
brew install hwloc libmicrohttpd gcc openssl cmake
cmake . -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DOpenCL_ENABLE=OFF
make install
🖐 We need help with AMD GPU compilation instructions. Please submit a PR if you managed to install AMD APP SDK and to compile
xmr-stak
on MacOS.
brew install hwloc libmicrohttpd gcc openssl cmake
cmake . -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF
make install