Oh thank you very much on this one!Gabor Szots wrote: ↑Thu Sep 03, 2020 10:26 amNot clear what figuring out the build process means. And, at your home page you write:Luecx wrote: ↑Wed Sep 02, 2020 8:37 pm Koivisto 1.0
Some strangers and I have written this engine for about 4 months now, and we estimate its strength to be between 2800 and 2900.
We're still figuring out the build process, so for now, you might have to compile yourself. It's a single makefile.
https://github.com/Luecx/Koivisto
The engine supports all important UCI commands together with additional print (to print the board) and eval for a detailed overview of the evaluation.
We'd also like to have this run in CCRL, but we're not very familiar with the process. We hope there is interest in testing our engine.If you don't use syzygy/*.c in your make file, only syzygy/tbprobe.c then all compiler warnings disappear.A few compiler warnings about unused functions might pop up. Those functions are only from the syzygy code which have been copied from Fathom
What we mean is that we are not yet able to build a static executable due to marche=native which is required for our SSE/AVX code to run.
Therefor one needs to compile the project in order to get a working executable. We are trying to solve this issue at the moment.