Skip to content

How to build & install SoapySDR on Windows? #446

Open
@eabase

Description

Looking at the page:
https://github.com/pothosware/SoapySDR/wiki/BuildGuide

Say that:

add C:\Program Files\SoapySDR\bin to the %PATH%

But:
cmake --build my_build_dir --config Release --target install

actually installs into the x86 directory:
C:\Program Files (x86)\SoapySDR

How to build SoapySDR on Windows?

What is the optional swig dependency used for?
(How should that be installed?)

I also suggest to fix these to prevent deprecation warnings:

# grep "cmake_minimum_required" CMakeLists.txt

ExampleDriver/CMakeLists.txt:5:cmake_minimum_required(VERSION 2.6)
luajit/CMakeLists.txt:4:cmake_minimum_required(VERSION 3.1.0)
swig/csharp/apps/CMakeLists.txt:1:cmake_minimum_required(VERSION 3.3.0)
swig/python/CMakeLists.txt:4:cmake_minimum_required(VERSION 3.3)
CMakeLists.txt:4:cmake_minimum_required(VERSION 3.3.0)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions