Spacechild1 / vstplugin

VST plugin support for Pd and SuperCollider (mirror of https://git.iem.at/pd/vstplugin). If possible, use the issue tracker at https://git.iem.at/pd/vstplugin/-/issues.
Other
84 stars 6 forks source link

cmake not creating vstplugin folder in supercollider extensions #15

Closed erikparr closed 8 months ago

erikparr commented 8 months ago

Hi - I have successfully installed vstplugin for supercollider a number of times previously but I'm running into an issue when installing again.

In vstplugin repo, after adding the vst sdk files, I then I run: cmake .. -DPD=OFF -DSC_INCLUDEDIR="/Users/e/Downloads/supercollider-3.13"

Everything looks to build fine in the build folder of my vstplugin repo. But nothing is added to my supercollider extensions folder "/Users/e/Library/Application Support/SuperCollider/Extensions"

Am I missing a step or something?

I'm on MacOS 14.0, M2

Thank you