ra1nb0w
ra1nb0w
FYI: with gpsd 3.24 you need `GPSD_API_MAJOR_VERSION > 14`
sorry, my mistake. fixed
Using the `master` branch: - macOS arises the following bug https://github.com/wb2osz/direwolf/issues/330 - windows 2019 32bit arises the following error `multiple definition of re_syntax_options'` see https://github.com/wb2osz/direwolf/runs/6604898435?check_suite_focus=true The other things are good...
You can also find Soapy* on MacPorts. Probably I can create a port for this too.
I see that this project doesn't receive commits from two years. not good ;-(
You can easily install SDRPlusPlus with [macports](https://ports.macports.org/port/SDRPlusPlus/details/)
You can see the configuration at https://github.com/macports/macports-ports/blob/master/science/SDRPlusPlus/Portfile Feel free to say what is wrong.
FYI on macports: - SDR++ is at the latest stable. We generally track only stable point. You can build master easily when you have installed the stable. - sdrplay driver...
``` sudo port install sdrplusplus # somewhere git clone https://github.com/AlexandreRouma/SDRPlusPlus.git cd SDRPlusPlus mkdir build && cd build cmake -DOPT_OVERRIDE_STD_FILESYSTEM=OFF -DOPT_BUILD_AUDIO_SINK=OFF -DOPT_BUILD_PORTAUDIO_SINK=ON -DOPT_BUILD_NEW_PORTAUDIO_SINK=ON .. ```