summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2013-10-09 23:49:32 +0200
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-10 01:15:42 +0200
commitfdc3f15bec57b30fae67f65270392ba7a86680b8 (patch)
treec40a558b21ec18df4a4fd2613ead8f54dd3c4156 /install
parent2b55be781872498a3b4c6cde60be4c2f69ec7eb4 (diff)
Version 3.0.2
Diffstat (limited to 'install')
-rw-r--r--install4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index 7aab632..b2f086b 100644
--- a/install
+++ b/install
@@ -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):