aubio / ofxAubio

openFrameworks addon for aubio, estimates beat, onset, pitch, and a few other things
https://aubio.org/ofxAubio
GNU General Public License v3.0
59 stars 18 forks source link

Added follow redirect flag for curl call inside the installation script and updated Aubio version to 0.4.4. #5

Closed matrushka closed 7 years ago

matrushka commented 7 years ago

Right now aubio redirects binary downloads to https and this breaks the curl command in the binary fetcher script. I've added the follow flag to the curl call so it follows redirections.

piem commented 7 years ago

hi @matrushka

great, thanks! I guess we should just hit the https page directly from now.

best, Paul

matrushka commented 7 years ago

@piem I've updated the script to use the https instead of http and pushed it to the PR. Also keeping the follow flag might be useful in the future.

piem commented 7 years ago

@matrushka excellent, thank you!

does it also work if you update to the latest version 0.4.4?

matrushka commented 7 years ago

@piem I've tried and it runs ok with the example app. I can update the PR to use 4.4 as well if you want.

piem commented 7 years ago

@matrushka that would be great, thank you for testing!

best, Paul

matrushka commented 7 years ago

@piem done!