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