zamaudio / zam-plugins

Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality processing
http://www.zamaudio.com/?p=976
GNU General Public License v2.0
265 stars 37 forks source link

make install errors on macOS: illegal option `install -t` #73

Closed mauritslamers closed 1 year ago

mauritslamers commented 5 years ago

As described in the title, I get an error when installing the zam plugins on macOS (Mojave 10.14.2), as it doesn't recognize the -t option provided to the install command.

zamaudio commented 5 years ago

The install script is designed for GNU/Linux, you will need to install the plugins manually into the relevant folder on macOS.

zamaudio commented 5 years ago

Standard paths for LV2: http://lv2plug.in/pages/filesystem-hierarchy-standard.html

mauritslamers commented 5 years ago

The reason I am making an issue of it, is that the path make install will install the plugins by default is correct, except that the install command uses an illegal option for macOS (and by extension probably also all BSDs). I was just wondering whether a small change to the make file would allow it to be used directly on macOS.

zamaudio commented 5 years ago

If you can fix it, I'm happy to take a PR. Unfortunately I don't have a recent macOS to test.

zamaudio commented 1 year ago

This is no longer an issue thanks to .pkg installer