forked from xmrig/xmrig
-
Notifications
You must be signed in to change notification settings - Fork 4
CentOS Build
Daniel Dabek edited this page Nov 28, 2019
·
8 revisions
Thanks Maxim-Mazurok for these instructions
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/safex/safex-rig.git
cd safex-rig && mkdir build && cd build
cmake .. -DUV_LIBRARY=/usr/lib64/libuv.a
make