Hacker News new | ask | show | jobs
by FreeFull 4214 days ago
Could a config option be used to make the bindings still use the system's portaudio if it's already there? Or will it actually check if portaudio is installed before building its own?
1 comments

Hopefully this is doable! I believe Jeremy's currently having a go at getting a build script working that will:

1. check if PA is already installed 2. if not, will download and install PA.

The pull request is open and is here if you(/anyone) want to check it out / comment / contribute:

https://github.com/jeremyletang/rust-portaudio/pull/37