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

Check ${env:Path} for requirements, not ${env:ProgramFiles(x86)} #25

Closed naikrovek closed 6 years ago

naikrovek commented 6 years ago

Not everyone installs things where you do.

Not everyone installs things. I prefer portable deployments because I carry a 512GB disk around with me.

gnieboer commented 6 years ago

This is a duplicate of #3 . Will consider as a future enhancement. In the meantime, just comment out the preq check's if you are certain the portable deployment will work.

naikrovek commented 6 years ago

Duplicate of #3 . Closing.