diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2012-06-13 20:27:59 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:38:30 +0200 |
| commit | 5d8514d7eb3918a947ec97b45f4105630c64468d (patch) | |
| tree | 6f77b4faa95b24b978de75e7a78ecbb223be0707 /doc/doxygen/compiling.txt | |
| parent | 758cf4789a38b161024f5371fd041b5489cf9921 (diff) | |
Mutex removal from several APIs, addition of PulseAudio support, documentation updates for 4.0.11 release.
Diffstat (limited to 'doc/doxygen/compiling.txt')
| -rw-r--r-- | doc/doxygen/compiling.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doxygen/compiling.txt b/doc/doxygen/compiling.txt index 79cb314..d9884d0 100644 --- a/doc/doxygen/compiling.txt +++ b/doc/doxygen/compiling.txt @@ -28,6 +28,14 @@ In order to compile RtAudio for a specific OS and audio API, it is necessary to </TR> <TR> <TD>Linux</TD> + <TD>PulseAudio</TD> + <TD>RtApiPulse</TD> + <TD>__LINUX_PULSE__</TD> + <TD><TT>pthread</TT></TD> + <TD><TT>g++ -Wall -D__LINUX_PULSE__ -o audioprobe audioprobe.cpp RtAudio.cpp -lpthread</TT></TD> +</TR> +<TR> + <TD>Linux</TD> <TD>OSS</TD> <TD>RtApiOss</TD> <TD>__LINUX_OSS__</TD> |
