Created OS X Build (markdown)

xmrig 2017-09-08 17:56:33 +03:00
parent 2745dbcbb1
commit e2a5e98e4d

17
OS-X-Build.md Normal file

@ -0,0 +1,17 @@
## OS X
You need **Xcode** and **Homebrew** installed.
```
brew install cmake libuv
git clone https://github.com/xmrig/xmrig.git
cd xmrig
mkdir build
cd build
cmake ..
make
```
## Additional CMake options
* `-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.