mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-22 19:49:36 +00:00
Updated CentOS Build (markdown)
parent
db9fb5113b
commit
1ac2f1b9c7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ sudo yum install -y epel-release
|
|||
sudo yum install -y git make cmake gcc gcc-c++ libstdc++-static libuv-static hwloc-devel openssl-devel
|
||||
git clone https://github.com/xmrig/xmrig.git
|
||||
cd xmrig && mkdir build && cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DUV_LIBRARY=/usr/lib64/libuv.a
|
||||
cmake .. -DUV_LIBRARY=/usr/lib64/libuv.a
|
||||
make
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue