official-stockfish / books

Chess books used to develop Stockfish
149 stars 31 forks source link

add cutechess-cli-64 for macos #24

Closed RaimundHeid closed 2 years ago

RaimundHeid commented 2 years ago

Successfully checked with VirusTotal.

RaimundHeid commented 2 years ago

@ppigazzini I have added the script that was used for the new binary to https://github.com/glinscott/fishtest/wiki/Build-cutechess-with-Qt5-static.

ppigazzini commented 2 years ago

Nice! I added in the linux/win zip also the COPYING file, not an open source license expert, though. I'm wondering why the MacOS wiki script runs make with only 1 job (thread), the Qt5 static build should keep running forever :)

RaimundHeid commented 2 years ago

Nice! I added in the linux/win zip also the COPYING file, not an open source license expert, though. I'm wondering why the MacOS wiki script runs make with only 1 job (thread), the Qt5 static build should keep running forever :)

I looked into the zip man page in order to understand what the effect of COPYING could be :) - added now.

I ran the script on a MacBook Air 2018 with a 2-core i5 cpu. Two threads would have killed the fan, I suppose :)

vondele commented 2 years ago

I looked into the zip man page in order to understand what the effect of COPYING could be :) - added now.

can you push that updated zip, ideally squashing all your commits in a single one.

RaimundHeid commented 2 years ago

Something went wrong while squashing. Take the new PR, please.