6
macOS Build
xmrig edited this page 2020-08-28 23:21:08 +07:00

⚠️ Recent version of this page https://xmrig.com/docs/miner/build/macos.

Old page

macOS

You need Homebrew installed.

brew install cmake libuv libmicrohttpd openssl hwloc
git clone https://github.com/xmrig/xmrig.git
cd xmrig
mkdir build
cd build
cmake .. -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl
make