mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-22 19:49:36 +00:00
Updated macOS Build (markdown)
parent
5c35e7b9f6
commit
d0e2175533
1 changed files with 6 additions and 5 deletions
|
@ -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>
|
Loading…
Reference in a new issue