Many updates for release 4.0.7 (gs).
[rtaudio-cdist.git] / install
diff --git a/install b/install
index 8bdd0ca53720ead9811ed0e5953d0be3e84a5c5b..d1b6502c6f0a7a536edff0dc0249702b71897fd2 100644 (file)
--- 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), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound and ASIO) operating systems.
 
-By Gary P. Scavone, 2001-2008.
+By Gary P. Scavone, 2001-2010.
 
 To configure and compile (on Unix systems and MinGW):
 
@@ -29,4 +29,6 @@ If you wish to use a different compiler than that selected by configure, specify
 
 For Windows Users:
 
+RtAudio compiles with the MinGW compiler, though there appears to be a problem with ASIO support using gcc 4.4 (the compile is fine but with my RME HDSP 9632 driver, the functions to set and query the supported sample rates do not work).
+
 Visual C++ 6.0 project files are included for the test programs in the /tests/Windows/ directory.  These projects compile API support for both ASIO and DirectSound.  Version 4.0 of RtAudio was tested with the .net compiler and it will not compile in Visual C++ 6.0 because of its non-conformance to modern C++ standards.