Ubuntu build

Preparation

  1. Install dependencies: sudo apt install git build-essential cmake libuv1-dev uuid-dev libssl-dev
  2. Clone source code from github: git clone https://github.com/xmrig/xmrig-proxy.git
  3. Create build directory: mkdir xmrig-proxy/build
To update exist (already cloned) source, goto to the build directory and run git pull.

Build

cd xmrig-proxy/build
cmake ..
make -j$(nproc)