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_PREFIX not defined #39

Closed gnieboer closed 5 years ago

gnieboer commented 5 years ago

GR_PREFIX is not defined in the run_gr.bat, which means it will use a compile-time default, which is guaranteed to be incorrect in this msi. Putting it in run_gr.bat will override that default.

gnieboer commented 5 years ago

Releasing v1.6 today and closing this.