diff options
| author | garyscavone <garyscavone@users.noreply.github.com> | 2022-07-03 13:56:19 -0400 |
|---|---|---|
| committer | garyscavone <garyscavone@users.noreply.github.com> | 2022-07-03 13:56:19 -0400 |
| commit | b98b7c5b6fdc2f5455c834fddb27efbfb7d775ec (patch) | |
| tree | a709f84642e566d30b122e60059ac0482be16d0a | |
| parent | be3999275e4dd3cb17609668c3c681c01e00f0cf (diff) | |
Fixed small typo in install.txt.
| -rw-r--r-- | install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.txt b/install.txt index 21debf3..98ef371 100644 --- a/install.txt +++ b/install.txt @@ -39,7 +39,7 @@ CMake support is provided via the CMakeLists.txt files. Assuming you have CMake mkdir _build_ cd _build_ -cmake <path to CMakeLists.txt usually two dots> <options> e.g. cmake .. -DAUDIO_WINDOWS_WASAPI=ON +cmake <path to CMakeLists.txt usually two dots> <options> e.g. cmake .. -DRTAUDIO_WINDOWS_WASAPI=ON WINDOWS: |
