diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2015-02-23 20:00:43 -0500 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2015-02-23 20:00:43 -0500 |
| commit | 8e58b61517bff3edcd8dac6afffdf538f2fa1ca1 (patch) | |
| tree | 9a7ca29b93e24eaa69ea84e537fa92c4098abde2 | |
| parent | 06296a58ed09b4570b34bb6fdcdb87a59c3b89a3 (diff) | |
Small fix in documentation regarding pkg-config argument specification for Jack API.
| -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 53a06f7..15f45b0 100644 --- a/doc/doxygen/compiling.txt +++ b/doc/doxygen/compiling.txt @@ -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> |
