Linux offers that readily. It's not like Windows where you have to install quite some stuff beforehand. There are some things that are really easy under Linux, and compiling happens to be among them.
Most of them are in C or C++, and the compiler GCC is installed by default already. That's why it's so easy.Aren't the engines with different languages ?
For example Stockfish 12. You download the source release from Github, the "Source code (tar.gz)":
https://github.com/official-stockfish/S ... h/releases
You extract that in your file manager, on your Raspi-64 (not on a PC). You go into the extracted folder, there in the sub-folder "src". If your file manager is any good, you can right-click and choose "Open in Terminal". That opens a terminal window. Now you just type (the Raspi needs to have an internet connection for downloading the neural network):
Code: Select all
make profile-build ARCH=armv8