gnieboer / GNURadio_Windows_Build_Scripts

A series of Powershell scripts to automatically download, build from source, and install GNURadio and -all- it's dependencies as 64-bit native binaries then package as an msi using Visual Studio 2015
GNU General Public License v3.0
89 stars 33 forks source link

"USRP FM Receiver" does not work #50

Closed fksms closed 3 years ago

fksms commented 3 years ago

https://github.com/gnieboer/GNURadio_Windows_Build_Scripts/blob/ba558efc14c196c7d865527a187103a8b1c2b3ff/wix/Product.wxs#L138-L145

"USRP FM Receiver" cannot be started because "usrp_wfm_rcv.py" does not exist. Do you need this shortcut?

gnieboer commented 3 years ago

Good catch. That application is not included in GR 3.8 because it is a WX app and WX is no longer supported in 3.8. That shortcut should be removed (though I'd like to replace it with a similar basic app since that is a favorite place to start)

gnieboer commented 3 years ago

The shortcut has been removed in the latest installer, closing.