Skip to content

Wiki missing Fedora dependencies #326

@Maxim-Mazurok

Description

@Maxim-Mazurok

On fresh install of CentOS 7, you will need to install make and libuv-static. But before installing libuv-static you should install epel-release package to enable Epel repo.
So, the instructions should look like this for CentOS:

sudo yum install -y epel-release
sudo yum install -y git make cmake gcc gcc-c++ libuv-static libstdc++-static libmicrohttpd-devel libuv-static
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

Add to Wiki, please, it seems like I don't have access to editing Wiki.
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions