Monday, November 20, 2023

Set up Stockfish, lc0 (Ergodice), Nibbler, Scid

 Download and unzip makeFish.sh and makeScid.sh into ~/Downloads.  Make them executable with chmod +x ./makeFish.sh etc. Then run the following script.

#!/bin/bash
cd ~/Downloads
git clone --recurse-submodules https://github.com/official-stockfish/Stockfish.git
./makeSF.sh
git clone --recurse-submodules https://github.com/rooklift/nibbler.git
sudo npm install -g electron #you can run Nibbler from ~/Downloads/nibbler/file/src using electron .
git clone --recurse-submodules https://git.code.sf.net/p/scid/code scid-code
./makeScid.sh
git clone --recurse-submodules https://github.com/Ergodice/lc0.git
# see https://github.com/Ergodice/lc0 for config file and cutlass instructions
view raw sfLc0Nibbler.sh hosted with ❤ by GitHub

Copy your xxxxx.desktop launch files to ~/.local/share/applications/
and then run 'update-desktop-database'


If you want cron:
yay -S cronie

systemctl enable cronie.service
systemctl start cronie.service

No comments:

Post a Comment

Optimizing JaKooLit Fedora-Hyprland Files To Reduce Power Consumption/Heat

  Specific Optimization Instructions for Hyprland I noticed using the JaKooLit dot files that my idle temperature was about 3 degrees warmer...