mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-24 03:26:37 +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.**
|
**: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.
|
You need [Homebrew](https://brew.sh/) installed.
|
||||||
```
|
```
|
||||||
brew install cmake libuv libmicrohttpd openssl hwloc
|
brew install cmake libuv libmicrohttpd openssl hwloc
|
||||||
|
@ -12,7 +16,4 @@ cmake .. -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
## Additional CMake options
|
</details>
|
||||||
|
|
||||||
* `-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
|
|
Loading…
Reference in a new issue