mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-22 19:49:36 +00:00
Updated OS X Build (markdown)
parent
8e2cab31d3
commit
6753f48834
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
## OS X
|
||||
You need **Xcode** and **Homebrew** installed.
|
||||
```
|
||||
brew install cmake libuv
|
||||
brew install cmake libuv libmicrohttpd
|
||||
git clone https://github.com/xmrig/xmrig.git
|
||||
cd xmrig
|
||||
mkdir build
|
||||
|
@ -14,4 +14,6 @@ make
|
|||
|
||||
* `-DWITH_LIBCPUID=OFF` Disable libcpuid. Auto configuration of CPU after this will be very limited.
|
||||
* `-DWITH_AEON=OFF` Disable CryptoNight-Lite support.
|
||||
* `-DUV_LIBRARY=/usr/local/opt/libuv/lib/libuv.a` Use static libuv version.
|
||||
* `-DWITH_HTTPD=OFF` Build without built in http server and API.
|
||||
* `-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.
|
Loading…
Reference in a new issue