gogins / csound-vst3-opcodes

The "vst3" opcodes enable Csound to host VST3 plugin instruments and effects.
GNU General Public License v3.0
5 stars 2 forks source link

Fix all builds to compile and link only against installed Csound #9

Closed gogins closed 2 years ago

gogins commented 2 years ago

That means removing the Csound submodule, and getting it all to work on Linux, macOS, and the GitHub actions.

gogins commented 2 years ago

Needs brew install 7zip and the program is 7zz on macOS.

gogins commented 2 years ago

I am not going to pursue this at this time. I can build and use these locally on Linux and macOS and I could upload binaries from this builds.

gogins commented 2 years ago

A mistake to build against installation, I only need headers. Will revert and retry.

gogins commented 2 years ago

Which commit removed the submodule? Was it af7f7baf37130ebdc1714574d029b1f704f03888?

gogins commented 2 years ago

That one is the one to reset to. The next one removed the csound submodule.

gogins commented 2 years ago

That didn't work. I will create another new branch and re-introduce the Csound submodule.