Hi all,
Stockfish13 has been released this afternoon.
You can download here as a-stockf:
All you need to do is copy it to /opt/picochess/engines/armv7l/ and give it executable rights via:
cd into the folder you’ve copied it to
then:
cp -r a-stockf /opt/picochess/engines/armv7l/
cd /opt/picochess/engines/armv7l
sudo chmod a+x a-stockf
then edit the the engines.ini file
sudo nano engines.ini
then replace these 4 lines in [a-stockf]
name = Stockfish 12
small = Stf 12
medium = Stocf 12
large = Stockfish12
with
name = Stockfish 13
small = Stf 13
medium = Stocf 13
large = Stockfish13
Save it and reboot.
That’s it.
Cheers,
Al.