Updated macOS Build (markdown)

xmrig 2020-08-28 12:57:13 +07:00
parent 5c35e7b9f6
commit d0e2175533

@ -1,6 +1,10 @@
## macOS
**:warning: Recent version of this page https://xmrig.com/docs/miner/macos-build.**
<details>
<summary>Old page</summary>
## macOS
You need [Homebrew](https://brew.sh/) installed.
```
brew install cmake libuv libmicrohttpd openssl hwloc
@ -12,7 +16,4 @@ cmake .. -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl
make
```
## Additional CMake options
* `-DUV_LIBRARY=/usr/local/opt/libuv/lib/libuv.a` Use static libuv version.
* https://github.com/xmrig/xmrig/blob/master/doc/build/CMAKE_OPTIONS.md
</details>