CubicSDR-WinBuild
April 11, 2024 ยท View on GitHub
CubicSDR Windows Install Builder
Requirements:
Notes:
- Install Python with option 'Add to PATH' or add manually
Building via Developer PowerShell for VS2022
- Clone this repository to the location you want to build and run build script:
. .\build.ps1
- By default it will build type Release, architecture x64, options are:
. \build.ps1 Release x64. \build.ps1 Debug x64. \build.ps1 Release Win32. \build.ps1 Debug Win32