Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fumieval/bindings-portaudio
- Owner: fumieval
- License: other
- Created: 2014-08-11T08:48:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T09:46:57.000Z (over 4 years ago)
- Last Synced: 2024-04-16T03:51:22.864Z (8 months ago)
- Language: C
- Homepage:
- Size: 1.81 MB
- Stars: 7
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`.