cjcliffe / CubicSDR-WinBuild

CubicSDR Windows Install Builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CubicSDR Windows Install Builder

License:MIT License


Languages

Language:PowerShell 100.0%