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

libpng version out of date, fails build script #18

Closed kegilbert closed 7 years ago

kegilbert commented 7 years ago

getPackage in Setup.ps1 fails when trying to fetch libpng-1.6.21, current version hosted is 1.6.28. Updating the path worked when running the script.

gnieboer commented 7 years ago

Yep, will be in the next update, which will be released soon based on 3.7.10.2 being near final.

On Wed, Jan 18, 2017 at 11:24 AM, Kevin Gilbert notifications@github.com wrote:

getPackage in Setup.ps1 fails when trying to fetch libpng-1.6.21, current version hosted is 1.6.28. Updating the path worked when running the script.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gnieboer/GNURadio_Windows_Build_Scripts/issues/18, or mute the thread https://github.com/notifications/unsubscribe-auth/ADEraQvVdjKv5pPwjDFTjnC1JEMuv6Xlks5rTjzFgaJpZM4LnFoB .

kegilbert commented 7 years ago

Awesome, thanks! Feel free to close this.