Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fumieval/bindings-portaudio

Raw bindings for portaudio 2.0
https://github.com/fumieval/bindings-portaudio

Last synced: 2 months ago
JSON representation

Raw bindings for portaudio 2.0

Awesome Lists containing this project

README

        

bindings-portaudio
==================

Installation on Windows
------------------------
1. Download and unpack the latest [portaudio](http://www.portaudio.com/download.html) 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
```
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`.