Platforms Linux
This repository has moved! The PortAudio project is now hosted on GitHub: https://github.com/PortAudio/portaudio/wiki
PortAudio on Linux
Documentation for PortAudio on Linux is at:
http://portaudio.com/docs/v19-doxydocs/compile_linux.htmlNote 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.
Comments are disabled for this space. In order to enable comments, Messages tool must be added to project.
You can add Messages tool from Tools section on the Admin tab.