Skip to content

Basic tools

We assume a couple of tools already exists on your system:

  • git
  • make
  • imagemagick (for making the favicon.ico)
  • cwebp (for making the cover.webp)
  • python
  • uv (for managing Python projects)
  • cfv (for making checksum files)

You can use chocolatey, scoop and pipx to install and manage these applications:

choco install git imagemagick make
scoop install libwebp python pipx uv
pipx install cfv