Skip to content

cjcliffe/CubicSDR-WinBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CubicSDR-WinBuild

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