-
Notifications
You must be signed in to change notification settings - Fork 316
Platforms_Linux
Wiki converter edited this page Sep 24, 2020
·
4 revisions
Documentation for PortAudio on Linux is at:
http://portaudio.com/docs/v19-doxydocs/compile_linux.html
Note that if you are cross compiling for another Linux platform then there may be an issue finding the Jack libraries.
The FindJACK module that comes with the PortAudio source tarball uses pkg_search_module
, which sets JACK_LIBRARIES
to just jack
.
You may need to run cmake with the option -DCMAKE_DISABLE_FIND_PACKAGE_PkgConfig=ON
, which disables pkgconfig.