-
Notifications
You must be signed in to change notification settings - Fork 218
How to build & install SoapySDR on Windows? #446
Copy link
Copy link
Open
Description
Looking at the page:
https://github.com/pothosware/SoapySDR/wiki/BuildGuide
Say that:
add
C:\Program Files\SoapySDR\binto 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)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels