mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-18 08:45:04 +00:00
Updated CentOS Build (markdown)
parent
e07932a458
commit
db9fb5113b
1 changed files with 2 additions and 4 deletions
|
@ -4,11 +4,9 @@ Thanks [Maxim-Mazurok](https://github.com/xmrig/xmrig/issues/326) for these inst
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo yum install -y epel-release
|
sudo yum install -y epel-release
|
||||||
sudo yum install -y git make cmake gcc gcc-c++ libstdc++-static libmicrohttpd-devel libuv-static
|
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
|
git clone https://github.com/xmrig/xmrig.git
|
||||||
cd xmrig
|
cd xmrig && mkdir build && cd build
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DUV_LIBRARY=/usr/lib64/libuv.a
|
cmake .. -DCMAKE_BUILD_TYPE=Release -DUV_LIBRARY=/usr/lib64/libuv.a
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue