Browse Source

Small fix in documentation regarding pkg-config argument specification for Jack API.

tags/4.1.2
Gary Scavone 10 years ago
parent
commit
8e58b61517
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/doxygen/compiling.txt

+ 1
- 1
doc/doxygen/compiling.txt View File

@@ -48,7 +48,7 @@ In order to compile RtAudio for a specific OS and audio API, it is necessary to
<TD>RtApiJack</TD>
<TD>__UNIX_JACK__</TD>
<TD><TT>jack, pthread</TT></TD>
<TD><TT>g++ -Wall -D__UNIX_JACK__ -o audioprobe audioprobe.cpp RtAudio.cpp `pkg-config --cflags --libs jack` -lpthread</TT></TD>
<TD><TT>g++ -Wall -D__UNIX_JACK__ -o audioprobe audioprobe.cpp RtAudio.cpp $(pkg-config --cflags --libs jack) -lpthread</TT></TD>
</TR>

<TR>


Loading…
Cancel
Save