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

gr-display depends on gnuradio 3.8 #36

Closed Siebje closed 5 years ago

Siebje commented 5 years ago

The current build does not work due to the fact that the latest master of gr-display depends on gnuradio 3.8. All in all, it seems safer to build a list of specific OOT module versions to download, rather than fetching the master from git.

gnieboer commented 5 years ago

Agreed, tagged versions are better. When many of these were originally added the repo's didn't have tagged releases. After I get a 3.8 version out the door, I'll go through all the OOT blocks and update them.

gnieboer commented 5 years ago

It now retrieves the last 3.7 release when building for 3.7. The installer is in final build and test now.

gnieboer commented 5 years ago

v1.6 released