diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-09 23:49:32 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-10 01:15:42 +0200 |
| commit | fdc3f15bec57b30fae67f65270392ba7a86680b8 (patch) | |
| tree | c40a558b21ec18df4a4fd2613ead8f54dd3c4156 /install | |
| parent | 2b55be781872498a3b4c6cde60be4c2f69ec7eb4 (diff) | |
Version 3.0.2
Diffstat (limited to 'install')
| -rw-r--r-- | install | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ RtAudio - a set of C++ classes which provide a common API for realtime audio input/output across Linux (native ALSA, JACK, and OSS), SGI, Macintosh OS X (CoreAudio), and Windows (DirectSound and ASIO) operating systems. -By Gary P. Scavone, 2001-2004. +By Gary P. Scavone, 2001-2005. To configure and compile (on Unix systems): @@ -18,7 +18,7 @@ A few options can be passed to configure, including: --with-jack = choose JACK server support (linux only) --with-oss = choose OSS API support (linux only) -Typing "./configure --help" will display all the available options. +Typing "./configure --help" will display all the available options. Note that you can provide more than one "--with-" flag to the configure script to enable multiple API support. If you wish to use a different compiler than that selected by configure, specify that compiler in the command line (ex. to use CC): |
