I'm trying to compile from source and get a few errors like this one
/panda-coin/src/tools/benchmark.cpp:42:54: error: call of overloaded ‘concatHashes(SHA256Hash&, SHA256Hash&)’ is ambiguous
42 | SHA256Hash fullHash = concatHashes(target, nonce);
How to use binaries on Linux?