OS Linux / Ubuntu
Pool : https://sumo.fairpool.xyz
Wallet : gugel gan
# get git to install it
sudo apt-get install git
# dependencies
sudo apt-get install build-essential autotools-dev autoconf libcurl3 libcurl4-gnutls-dev
# download latest version
cd cpuminer-multi/
# compile
./autogen.sh
CFLAGS="-march=native" ./configure
make
sudo make install