Skip to content

Jerry 4.0.0

Compare
Choose a tag to compare
@asdfjkl asdfjkl released this 06 Nov 21:20
· 136 commits to master since this release

Version 4.0.0

  • complete rewrite
  • allows position searches even in very large PGN files

Installation on Windows:

  • download SetupJerryChess.exe and run it

Installation on Linux

  • Install from Snapstore

    • sudo snap install jerry
    • add manual permission to read from removable media by snap connect jerry:removable-media
    • add manual permission for printing by snap connect jerry:cups-control
  • Or download manually the attached tar.xz, untar & unzip by tar xvf jerry-4.0.0.tar.xz

  • Install OpenJDK 11 or higher, e.g. sudo apt install openjdk-11-jre

  • cd jerry and then start by ./start.sh

You need a 64 bit OS both for Windows and Linux!