and i get a valid binary of 96.3 Kb which runs fine in CuteChess GUI. Note that i used g++-13 because this version can do -std=c++20. I also added the compiler options for avx and bmi, i don't know if they're helpful to create a faster binary, but i learned these options will not disturb the compilation.
I created a folder for the engine, also containing nnue.txt and time_management_table.txt, because i think they're needed by the engine, am i right? If so, you could mention that in the README.
https://github.com/AdityaChandra316/ChandraChess/ is where the new repo is
I moved it since I don't have access to the account of this repo btw...
And yes, you are right, the text files are needed.
I compiled on Linux with :
and i get a valid binary of 96.3 Kb which runs fine in CuteChess GUI. Note that i used
g++-13
because this version can do-std=c++20
. I also added the compiler options foravx
andbmi
, i don't know if they're helpful to create a faster binary, but i learned these options will not disturb the compilation.I created a folder for the engine, also containing
nnue.txt
andtime_management_table.txt
, because i think they're needed by the engine, am i right? If so, you could mention that in the README.