# Make sure you have all dependencies installed
sudo apt-get install git libgmp-dev libcurl4-openssl-dev libssl-dev build-essential cmake
# Get the latest source code (or run a git pull to update)
git clone https://github.com/OrdinaryDude/xel_miner
# Run CMake inside xel_miner folder
cd xel_miner
cmake .
# Compile
make
You can test if it’s functioning properly by running: