Skip to content

macOS Build

Daniel Dabek edited this page Nov 28, 2019 · 5 revisions

macOS

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

You need Homebrew installed.

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

Additional CMake options

Clone this wiki locally