Skip to content

Releases: lucasart/c-chess-cli

2021-07-10

11 Jul 01:01
83c508b
Compare
Choose a tag to compare

c-chess-cli is now somewhat stable and feature complete. Use this to provide executable that people can just download:

  • Linux: compiled with gcc, statically linked against musl. Should therefore work on any linux distribution, independant of glibc.
  • Windows: compiled with mingw-w64 gcc cross-compiler. Statically linked, except for msvcrt.dll (installed on Windows by default).