Skip to content

Pesterchum Alt. Builds 2022-12-06

Compare
Choose a tag to compare
@Dpeta Dpeta released this 07 Dec 01:52
· 235 commits to main since this release

yeah woo yeah woo 2022-10-30_03-322022-10-30_03-32

Mostly just bug fixes, see the CHANGELOG for a full writeup.

Which version to download

  • The Windows7+ build runs on Windows 7 and up.
    • Build with Python 3.8.10 and PyQt5 for compatibility, running the Windows10+ version is preferred.
    • If you get a DLL error you may have to install the Windows 10 Universal C Runtime, which backports the required DLLs to Windows 7/8.
  • The Windows10+ build runs on 64-bit Windows 10 and up. (so incl. Windows 11)
    • Build with Python 3.10.8 and PyQt6, which only supports 64-bit systems. If you're running 32-bit Windows 10 you'll have to run the Windows7+ version.
  • The macosx11+ build runs on macOS 11 (Big Sur) and up.
    • Build with Python 3.10.8 and PyQt6.
  • The linux64-glibc2.31+ build should run on distros with glibc 2.31 and up. ( At least: Debian Bullseye, Ubuntu focal, etc. )
    • Build with Python 3.10.8 and PyQt6.
    • To run on a 32 bit distro, install your distro's equivalent of the python3-pyqt5 package and run from source, installing PyQt5 via pip is not supported on x86 architecture.