mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-22 19:49:36 +00:00
Updated Build (markdown)
parent
051b06a185
commit
6d156fc6f7
1 changed files with 1 additions and 1 deletions
2
Build.md
2
Build.md
|
@ -16,7 +16,7 @@ apt-get install gcc-7 g++-7
|
|||
```
|
||||
When run cmake manually specify C and C++ compiler:
|
||||
```
|
||||
cmake .. cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7 -DUV_LIBRARY=/usr/lib/x86_64-linux-gnu/libuv.a
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7 -DUV_LIBRARY=/usr/lib/x86_64-linux-gnu/libuv.a
|
||||
```
|
||||
|
||||
## Windows
|
||||
|
|
Loading…
Reference in a new issue