Skip to content

Fedora Build

xmrig edited this page Aug 28, 2020 · 11 revisions

⚠️ Recent version of this page https://xmrig.com/docs/miner/build/fedora.

Old page

Fedora 25 or 26

sudo dnf install -y git cmake gcc gcc-c++ libuv-static libstdc++-static libmicrohttpd-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
make
Clone this wiki locally