mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-03 17:40:13 +00:00
Updated Build (markdown)
parent
c4daf8d25e
commit
0297968be1
1 changed files with 5 additions and 1 deletions
6
Build.md
6
Build.md
|
@ -38,9 +38,13 @@ make
|
|||
```
|
||||
|
||||
### Microsoft Visual Studio
|
||||
Go to directory with source, then:
|
||||
```
|
||||
cmake .. -G "Visual Studio 14 2015 Win64" -T v140_xp -DCMAKE_BUILD_TYPE=Release -DUV_INCLUDE_DIR=c:\<path>\libuv\include -DUV_LIBRARY=c:\<path>\libuv\Release\lib\libuv.lib
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -G "Visual Studio 15 2017 Win64" -T v140_xp -DCMAKE_BUILD_TYPE=Release -DUV_INCLUDE_DIR=c:\<path>\libuv\include -DUV_LIBRARY=c:\<path>\libuv\Release\lib\libuv.lib
|
||||
```
|
||||
It will create Visual Studio Solution file **xmrig-proxy.sln**.
|
||||
|
||||
## OS X
|
||||
You need XCode and Homebrew installed.
|
||||
|
|
Loading…
Reference in a new issue