Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcliffe authored Apr 11, 2024
1 parent 68d517d commit 2d9ed7b
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
# CubicSDR-WinBuild
CubicSDR Windows Install Builder

Requirements:
- [Nullsoft Scriptable Install System](https://nsis.sourceforge.io/Download)

## Requirements:
- [Visual Studio Community 2022](https://visualstudio.microsoft.com/vs/community/)
- [Nullsoft Scriptable Install System](https://nsis.sourceforge.io/Download)
- [7-zip](https://www.7-zip.org/)
- [Python](https://www.python.org/downloads/release/python-3105/)
- [SDRPlay RSP API](https://www.sdrplay.com/software/SDRplay_RSP_API-Windows-3.09.exe)
- [SDRPlay RSP API](https://www.sdrplay.com/software/SDRplay_RSP_API-Windows-3.14.exe)
- [CMake](https://cmake.org/install/)

Notes:
- Install Python with option 'Add to PATH' or add manually

Work in progress:
- Digital lab builds
- Automatic github uploads

## 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`

0 comments on commit 2d9ed7b

Please sign in to comment.