forked from xmrig/xmrig
-
Notifications
You must be signed in to change notification settings - Fork 4
macOS Build
Daniel Dabek edited this page Nov 28, 2019
·
5 revisions
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
-
-DUV_LIBRARY=/usr/local/opt/libuv/lib/libuv.a
Use static libuv version. - https://github.com/safex/safex-rig/blob/master/doc/build/CMAKE_OPTIONS.md