Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 554 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 554 Bytes

Build Spek for Windows

[简体中文 Simplified Chinese]

You can now build the Spek executable directly under MSYS2 on Windows without cross-compiling.

Build steps:

  • Install MSYS2.
  • Run mingw64.exe. If you are using Windows on ARM, please run clangarm64.exe.
  • Enter the project directory.
  • Install the dependencies: ./dist/win/install_deps.sh. This procedure will take some time.
  • Compile and bundle Spek: ./dist/win/bundle.sh.

You can modify install_deps.sh and bundle.sh as needed.