Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 462 Bytes

BUILD.md

File metadata and controls

18 lines (12 loc) · 462 Bytes

Build instructions

Windows

  • Install Visual Studio 2022.
  • Run build_windows.bat by double-clicking it.

Linux

  • Install Docker or Podman.
  • Clone this repository, use cd to reach it from a terminal and run ./build_linux.sh.

Final steps

After building for both Windows and Linux (see above), you can compress the binaries to optimize their distribution. Install parallel from your distribution's package manager then run ./compress.sh.