bindings-portaudio

[Index] [Quick Jump] Use bundled C sources. It is unstable due to the GHC bug. Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info Package maintainers For package maintainers and hackage trustees Candidates


Keywords
library, sound, Propose Tags, Skip to Readme, Index, Quick Jump, Bindings.PortAudio, System.PortAudio, More info, bindings-portaudio-0.3.tar.gz, browse, Package description, Package maintainers, FumiakiKinoshita, edit package information , portaudio, GTK+ Download: Windows (32-bit)
License
BSD-3-Clause
Install
cabal install bindings-portaudio-0.3

Documentation

bindings-portaudio

Installation on Windows

  1. Download and unpack the latest portaudio at a clear directory (e.g. C:\portaudio).
  2. Run bash configure, then make.
  3. Edit portaudio-2.0 as follows:
--- prefix=/usr/local
+++ prefix=C:/portaudio

--- libdir=${exec_prefix}/lib
+++ libdir=${exec_prefix}/lib/.libs
  1. If you don't have pkgconfig, download pkg-config from GTK+ Download: Windows (32-bit) and make sure pkg-config.exe is in your PATH.
  2. set PKG_CONFIG_PATH=C:/portaudio
  3. Run cabal update && cabal install bindings-portaudio.