ideoforms / signalflow

A sound synthesis framework for Python, designed for clear and concise expression of complex musical ideas
https://signalflow.dev
MIT License
167 stars 14 forks source link

Use vcpkg for dependency management #92

Open acarabott opened 1 year ago

acarabott commented 1 year ago

Use vcpkg to install and manage dependencies. Vamp is an feature (optional) dependency, which can be enabled in CMakeLists.txt

I have tested this on mac to build C++ and python, needs testing on windows and linux. I think this may remove the special windows build instructions.

———

Making this PR a draft for now as needs testing and discussion.