Hello guys,
I downloaded the source code for linux from github and followed the installation instructions. After carrying out this commands
./autogen.sh
./configure
make
I get this error (after the "make" command):
"clientversion.cpp:42:19: fatal error: build.h: No such file or directory
compilation terminated."
I also tried "make install" with the same result. Anyone knows how to fix it