From 79ac79f0480959cd7f84dcc3cae534a6c2a178e6 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 28 Nov 2017 04:48:21 -0500 Subject: [PATCH] Document RTAUDIO_ALL_APIS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 40204931..6f9d0e72 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ You may use make's `-j$(nproc)` flag to parallelize builds across all your CPU c make dep +You may use `make dep RTAUDIO_ALL_APIS=1` to attempt to build with all audio driver APIs enabled for your operating system. + You should see a message that all dependencies built successfully. Build Rack.