mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-22 19:49:36 +00:00
Updated Build (markdown)
parent
e2a5e98e4d
commit
e872810df5
1 changed files with 1 additions and 17 deletions
18
Build.md
18
Build.md
|
@ -1,19 +1,3 @@
|
||||||
* [Ubuntu](https://github.com/xmrig/xmrig/wiki/Ubuntu-Build)
|
* [Ubuntu](https://github.com/xmrig/xmrig/wiki/Ubuntu-Build)
|
||||||
* [Windows](https://github.com/xmrig/xmrig/wiki/Windows-Build)
|
* [Windows](https://github.com/xmrig/xmrig/wiki/Windows-Build)
|
||||||
|
* [OS X](https://github.com/xmrig/xmrig/wiki/OS-X-Build)
|
||||||
## OS X
|
|
||||||
You need XCode and Homebrew installed.
|
|
||||||
```
|
|
||||||
brew install cmake libuv
|
|
||||||
git clone https://github.com/xmrig/xmrig.git
|
|
||||||
cd xmrig
|
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DUV_LIBRARY=/usr/local/opt/libuv/lib/libuv.a
|
|
||||||
make
|
|
||||||
```
|
|
||||||
|
|
||||||
## Optional features
|
|
||||||
|
|
||||||
* `-DWITH_LIBCPUID=OFF` Disable libcpuid. Auto configuration of CPU after this will be very limited.
|
|
||||||
* `-DWITH_AEON=OFF` Disable CryptoNight-Lite support.
|
|
Loading…
Reference in a new issue