Skip to content
Snippets Groups Projects
Commit 91a2dccb authored by Michael Hohl's avatar Michael Hohl Committed by psychocrypt
Browse files

AMD compile instructions for macOS (#811)

* compile howto on amd mac

tested on the latest 15" MacBook Pro

* Add a note about OpenCL/Xcode
parent 44b8844d
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,13 @@ make install ...@@ -18,7 +18,13 @@ make install
### For AMD GPUs ### For AMD GPUs
> 🖐 We need help with AMD GPU compilation instructions. Please submit a PR if you managed to install [AMD APP SDK](http://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/) and to compile `xmr-stak` on macOS. OpenCL is bundled with Xcode, so no other depedency then the basic ones needed. Just enable OpenCL via the `-DOpenCL_ENABLE=ON` CMake option.
```shell
brew install hwloc libmicrohttpd gcc openssl cmake
cmake . -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCUDA_ENABLE=OFF -DOpenCL_ENABLE=ON
make install
```
### For CPU-only mining ### For CPU-only mining
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment