Description
Low-level bindings to portaudio library.
README.md
bindings-portaudio
Installation on Windows
- Download and unpack the latest portaudio at a clear directory (e.g.
C:\portaudio). - Run
bash configure, thenmake. - Edit
portaudio-2.0as follows:
--- prefix=/usr/local
+++ prefix=C:/portaudio
--- libdir=${exec_prefix}/lib
+++ libdir=${exec_prefix}/lib/.libs
- If you don't have pkgconfig, download
pkg-configfrom GTK+ Download: Windows (32-bit) and make surepkg-config.exeis in yourPATH. set PKG_CONFIG_PATH=C:/portaudio- Run
cabal update && cabal install bindings-portaudio.