diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-04-15 15:30:29 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:38:32 +0200 |
| commit | 906e5ba67f7c253655b7f1a29b832bb7852e1126 (patch) | |
| tree | b899f73ee2d17304989e93d09dbbe43b8738de41 /doc/doxygen/compiling.txt | |
| parent | bee81ff356bbec279facb50dab5e6069c6475fcc (diff) | |
Various updates for pulse audio, preparation for release 4.0.12, error callback addition (GS).
Diffstat (limited to 'doc/doxygen/compiling.txt')
| -rw-r--r-- | doc/doxygen/compiling.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen/compiling.txt b/doc/doxygen/compiling.txt index d9884d0..c1f83e4 100644 --- a/doc/doxygen/compiling.txt +++ b/doc/doxygen/compiling.txt @@ -32,7 +32,7 @@ In order to compile RtAudio for a specific OS and audio API, it is necessary to <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> + <TD><TT>g++ -Wall -D__LINUX_PULSE__ -o audioprobe audioprobe.cpp RtAudio.cpp -lpthread -lpulse-simple -lpulse</TT></TD> </TR> <TR> <TD>Linux</TD> |
