You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**rust-portaudio** will try to detect portaudio on your system and, failing that (or if given the `PORTAUDIO_ONLY_STATIC` environment variable on the build process), will download and build portaudio statically. If this fails please let us know! In the mean-time, you can manually [download and install PortAudio](http://www.portaudio.com/download.html) yourself.
27
-
28
-
On Mac OS X, you may need to install manually `portaudio` and `pkg-config` (using [brew](http://brew.sh/), run `brew install portaudio` and `brew install pkg-config`)
20
+
**rust-portaudio** will try to detect portaudio on your system and, failing that
21
+
(or if given the `PORTAUDIO_ONLY_STATIC` environment variable on the build
22
+
process), will download and build portaudio statically. If this fails please let
23
+
us know! In the mean-time, you can manually [download and install
0 commit comments