diff options
Diffstat (limited to 'doc/doxygen/compiling.txt')
| -rw-r--r-- | doc/doxygen/compiling.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/doxygen/compiling.txt b/doc/doxygen/compiling.txt index 3fa52cc..53a06f7 100644 --- a/doc/doxygen/compiling.txt +++ b/doc/doxygen/compiling.txt @@ -65,7 +65,7 @@ In order to compile RtAudio for a specific OS and audio API, it is necessary to <TD>RtApiDs</TD> <TD>__WINDOWS_DS__</TD> <TD><TT>dsound.lib (ver. 5.0 or higher), multithreaded</TT></TD> - <TD><I>compiler specific</I></TD> + <TD>MinGW: <TT>g++ -Wall -D__WINDOWS_DS__ -o audioprobe audioprobe.cpp RtAudio.cpp -lole32 -lwinmm -ldsound</TT></TD> </TR> <TR> <TD>Windows</TD> @@ -73,20 +73,20 @@ In order to compile RtAudio for a specific OS and audio API, it is necessary to <TD>RtApiAsio</TD> <TD>__WINDOWS_ASIO__</TD> <TD><I>various ASIO header and source files</I></TD> - <TD><I>compiler specific</I></TD> + <TD>MinGW: <TT>g++ -Wall -D__WINDOWS_ASIO__ -Iinclude -o audioprobe audioprobe.cpp RtAudio.cpp asio.cpp asiolist.cpp asiodrivers.cpp iasiothiscallresolver.cpp -lole32</TT></TD> </TR> <TR> <TD>Windows</TD> <TD>WASAPI</TD> <TD>RtApiWasapi</TD> <TD>__WINDOWS_WASAPI__</TD> - <TD><I>various ASIO header and source files</I></TD> - <TD><I>compiler specific ... not currently working with MingW compiler</I></TD> + <TD>MinGW: <TT>FunctionDiscoveryKeys_devpkey.h, lksuser, luuid, lwinmm, lole32</TT></TD> + <TD>MinGW: <TT>g++ -Wall -D__WINDOWS_WASAPI__ -Iinclude -o audioprobe audioprobe.cpp RtAudio.cpp -lole32 -lwinmm -lksuser -luuid</TT></TD> </TR> </TABLE> <P> -The example compiler statements above could be used to compile the <TT>audioprobe.cpp</TT> example file, assuming that <TT>audioprobe.cpp</TT>, <TT>RtAudio.h</TT> and <TT>RtAudio.cpp</TT> all exist in the same directory. +The example compiler statements above could be used to compile the <TT>audioprobe.cpp</TT> example file, assuming that <TT>audioprobe.cpp</TT>, <TT>RtAudio.h</TT>, <TT>RtAudio.cpp</TT> and any other necessary files all exist in the same directory or the include directory. */ |
