BYOD icon indicating copy to clipboard operation
BYOD copied to clipboard

[BUG] make install installs a lot of miscellaneous files

Open muziker opened this issue 3 years ago • 1 comments

In v1.0.0. I know it's not stated in the README to do a make install, but doing this will install a bit of miscellaneous files without the actual build artifacts.

muziker avatar Mar 12 '22 04:03 muziker

Hi! Yes, running make install directly will probably install some of the dependencies, without actually installing the plugin. I've updated the README to show where the build artifacts will be located. To "install" the local build, you'll need to copy the build for each plugin format to your local plugin folders. Unless you're on a Mac, the locations of those plugins folders may depend on your personal setup. A list of typical plugin folders for Mac/Windows can be found here. For Linux, I think folks mostly use ~/.vst3, ~/.lv2, etc.

jatinchowdhury18 avatar Mar 12 '22 09:03 jatinchowdhury18