Updated OS X Build (markdown)

xmrig 2017-10-07 19:20:52 +03:00
parent 8e2cab31d3
commit 6753f48834

@ -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.
* `-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.