If you use Ubuntu,
procedures how to build are following:
sudo apt update
sudo apt upgrade
sudo apt-get install git
git clone
https://github.com/macchky/cpuminer.gitcd cpuminer
sudo apt-get install libcurl4-openssl-dev gcc-mingw-w64 automake gcc make
./autogen.sh
./configure CFLAGS="-O3 -march=native -funroll-loops -fomit-frame-pointer"
make
# and run like this
./minerd -a yescrypt -o stratum+tcp://zenypool.com:4444 -u Username.user -p password
and also refer to this page:
https://zenypool.com/index.php?page=gettingstartedHappy mining!