mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 03:59:41 +00:00
Updated macOS Build (markdown)
parent
ca9cc2d2b3
commit
3c2176c9be
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
## macOS
|
## macOS
|
||||||
You need **Xcode** and **Homebrew** installed.
|
You need [Homebrew](https://brew.sh/) installed.
|
||||||
```
|
```
|
||||||
brew install cmake libuv libmicrohttpd openssl hwloc
|
brew install cmake libuv libmicrohttpd openssl hwloc
|
||||||
git clone https://github.com/xmrig/xmrig.git
|
git clone https://github.com/xmrig/xmrig.git
|
||||||
|
@ -13,5 +13,4 @@ make
|
||||||
## Additional CMake options
|
## Additional CMake options
|
||||||
|
|
||||||
* `-DUV_LIBRARY=/usr/local/opt/libuv/lib/libuv.a` Use static libuv version.
|
* `-DUV_LIBRARY=/usr/local/opt/libuv/lib/libuv.a` Use static libuv version.
|
||||||
* `-DMHD_LIBRARY=/usr/local/opt/libmicrohttpd/lib/libmicrohttpd.a` Use static libmicrohttpd version.
|
* https://github.com/xmrig/xmrig/blob/master/doc/build/CMAKE_OPTIONS.md
|
||||||
* https://github.com/xmrig/xmrig/wiki/Windows-Build#additional-cmake-options
|
|
Loading…
Reference in a new issue