Popularity
6.9
Declining
Activity
0.0
Stable
7
7
7
Code Quality Rank:
L1
Monthly Downloads: 6
Programming language: C
License: GNU General Public License v3.0 or later
Latest version: v0.3
Add another 'bindings' Package
README
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.0
as follows: ``` --- prefix=/usr/local +++ prefix=C:/portaudio
--- libdir=${exec_prefix}/lib +++ libdir=${exec_prefix}/lib/.libs
4. If you don't have pkgconfig, download `pkg-config` from [GTK+ Download: Windows (32-bit)](http://www.gtk.org/download/win32.php) and make sure `pkg-config.exe` is in your `PATH`.
5. `set PKG_CONFIG_PATH=C:/portaudio`
6. Run `cabal update && cabal install bindings-portaudio`.