1 OS X Build
xmrig edited this page 2017-09-08 17:56:33 +03:00

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.