Skip to content

Build from source

Pedro Martinez edited this page May 29, 2026 · 1 revision

Build from source

Requirements

  • Windows x64.
  • gcc and windres in PATH, or a WinLibs/MinGW ZIP inside tools/.

Build

Run from PowerShell:

.\build.ps1

The executable is generated at:

dist\BluePulse.exe

Clean

.\build.ps1 -Clean

Deep clean:

.\build.ps1 -Clean -Deep

Clone this wiki locally