From 4be80163cd9b85cbda79c37460ae1fc03608fd33 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Thu, 10 Apr 2014 20:24:09 -0400 Subject: Update to CMake file for WASAPI; documentation update for CMake; finalized date for release 4.1.0 --- install | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 2afaa41..fd2b4c6 100644 --- a/install +++ b/install @@ -5,6 +5,7 @@ By Gary P. Scavone, 2001-2014. To configure and compile (on Unix systems and MinGW): 1. Unpack the RtAudio distribution (tar -xzf rtaudio-x.x.tar.gz). + 2. From within the directory containing this file, run configure: ./configure @@ -33,7 +34,16 @@ If you wish to use a different compiler than that selected by configure, specify ./configure CXX=CC -WINDOWS USERS: +CMAKE USAGE: + +CMake support is provided via the CMakeLists.txt files. Assuming you have CMake installed on your system, a typical usage would involve the following steps (from within the parent distribution directory): + +mkdir _build_ +cd _build_ +cmake e.g. cmake .. -DAUDIO_WINDOWS_WASAPI=ON + + +WINDOWS: The DirectSound and ASIO APIs in RtAudio compile with either the MinGW compiler or MS Visual Studio. The WASAPI API currently only compiles in MS Visual Studio. -- cgit v1.2.3