ssfrr / AudioIO.jl

[UNMAINTAINED] - Simple Audio IO in Julia
MIT License
61 stars 24 forks source link

Make Error in Fedora 23 #59

Closed andrewmaurer closed 8 years ago

andrewmaurer commented 8 years ago

Running Pkg.add("AudioIO") on Fedora 23 yields a make error. To remedy this you can run the command:

    sudo dnf install portaudio

Then launch Julia and reinstall / remake AudioIO

ssfrr commented 8 years ago

I'm not actively developing the portaudio functionality in AudioIO any more. That development has moved to PortAudio.jl. I haven't tested that package on a Fedora machine but would definitely appreciate if you're able to and file an issue there if it doesn't work. The BinDeps stuff in that package has been updated somewhat from what's here in AudioIO, so it may work.