diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-04-10 20:24:09 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-04-10 20:24:09 -0400 |
| commit | 4be80163cd9b85cbda79c37460ae1fc03608fd33 (patch) | |
| tree | d6bcf2169fb63b3e1104f42aef70611ab802a99f /install | |
| parent | 17613bf3d55a9424c4971b766db1edf6d2cc90bf (diff) | |
Update to CMake file for WASAPI; documentation update for CMake; finalized date for release 4.1.04.1.0
Diffstat (limited to 'install')
| -rw-r--r-- | install | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 <path to CMakeLists.txt usually two dots> <options> 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. |
