Install Xmrig on Devuan (Debian, Ubuntu)
Installing Xmrig compiling from sources on Devuan Linux with instructions from https://www.cryptomein.com/
1. Install dependecies
This is needed to compile and link xmrig from sources. Run from ruot or with 'sudo':
apt install -y git build-essential cmake libuv1-dev libmicrohttpd-dev libssl-dev libhwloc-dev gcc-8 g++-8
apt update && apt upgrade
2. Download Xmrig from Git and build
It is an official repository. Run it from non-root user.