nikp123 / xava

X11 Audio Visualizer for ALSA
http://nikp123.github.io/xava
Other
134 stars 15 forks source link

On Ubuntu 20.04 libportaudio-dev has no installation candidate... #15

Closed make-42 closed 4 years ago

make-42 commented 4 years ago

Solution: in README.md replace apt-get install libfftw3-dev libasound2-dev libpulse-dev libx11-dev libsdl2-dev libportaudio-dev cmake git with apt-get install libfftw3-dev libasound2-dev libpulse-dev libx11-dev libsdl2-dev libportaudio2 cmake git

make-42 commented 4 years ago

Opened PR: https://github.com/nikp123/xava/pull/16

nikp123 commented 4 years ago

It's resolved now. Thank you for finding this issue and providing a fix.