I did an introductory course of c++ and already can do primitive things.
But now I'd like to try working with sound, and audioport lib sounds like a good start.
But there is something I don't understand in their documentation (very little experience with that stuff) regarding installation.
I downloaded the compressed file and can see the contents, but in the docs they say:
To build PortAudio, simply use the Unix-style "./configure && make"
Do I do that in my terminal window (i am on mac) or where?
they also say:
You do not need to do "make install", and we don't recommend it