From 3c2176c9be00e2ec07e54eb8215cfe15d487f142 Mon Sep 17 00:00:00 2001 From: xmrig Date: Sat, 16 Nov 2019 01:35:10 +0700 Subject: [PATCH] Updated macOS Build (markdown) --- macOS-Build.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/macOS-Build.md b/macOS-Build.md index ab9095e..a96ad93 100644 --- a/macOS-Build.md +++ b/macOS-Build.md @@ -1,5 +1,5 @@ ## macOS -You need **Xcode** and **Homebrew** installed. +You need [Homebrew](https://brew.sh/) installed. ``` brew install cmake libuv libmicrohttpd openssl hwloc git clone https://github.com/xmrig/xmrig.git @@ -13,5 +13,4 @@ make ## Additional CMake options * `-DUV_LIBRARY=/usr/local/opt/libuv/lib/libuv.a` Use static libuv version. -* `-DMHD_LIBRARY=/usr/local/opt/libmicrohttpd/lib/libmicrohttpd.a` Use static libmicrohttpd version. -* https://github.com/xmrig/xmrig/wiki/Windows-Build#additional-cmake-options \ No newline at end of file +* https://github.com/xmrig/xmrig/blob/master/doc/build/CMAKE_OPTIONS.md \ No newline at end of file