summaryrefslogtreecommitdiff
path: root/install.txt
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2017-08-30 11:54:13 -0700
committerGary Scavone <gary@music.mcgill.ca>2017-08-30 11:54:13 -0700
commit2662111a39b8eba2e4cda3fa4f504b90ace551dd (patch)
tree798716baf6c7c3424dc7cb01988edc97f8ff6d8d /install.txt
parent1b3e2e0b8eaca2f8719883b9636dc33144c7c6d2 (diff)
Version and documentation updates in advance of new release.
Diffstat (limited to 'install.txt')
-rw-r--r--install.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.txt b/install.txt
index c0d6a20..f63cf38 100644
--- a/install.txt
+++ b/install.txt
@@ -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, PulseAudio, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO and WASAPI) operating systems.
-By Gary P. Scavone, 2001-2016.
+By Gary P. Scavone, 2001-2017.
To configure and compile (on Unix systems and MinGW):
@@ -19,7 +19,7 @@ A few options can be passed to configure (or the autogen.sh script), including:
--enable-debug = enable various debug output
--with-alsa = choose native ALSA API support (linux only)
--with-pulse = choose native PulseAudio API support (linux only)
- --with-oss = choose OSS API support (linux only)
+ --with-oss = choose OSS API support (unixes)
--with-jack = choose JACK server support (linux or Macintosh OS-X)
--with-core = choose CoreAudio API support (Macintosh OS-X only)
--with-asio = choose ASIO API support (windows only)