M17-Project / m17-tools

A set of M17 tools
GNU General Public License v3.0
29 stars 3 forks source link

(Question) Link m17-tools against 3rd party audio without it installed #15

Closed alphafox02 closed 1 year ago

alphafox02 commented 1 year ago

On Linux the directions still have the need for the 3rd party rtaudio to be installed, this could be an issue in the case it's already installed (a different version).

I recall building m17-tools on linux in the past and if I'm not mistaken it was possible to just build, but not install rtaudio. Was it just a matter of manually linking to the rtaudio build files?

Thank you.

Paulo-D2000 commented 1 year ago

Hi! You're correct! You don't need to install RTAudio, just run make (instead of make install and ldconfig) and it should work! Seems like forgot to change the install steps! Thanks for que question :)

Paulo-D2000 commented 1 year ago

Should be fixed, check the readme.