On Oct 14, 2016, at 8:54 PM, Jonathan Wilkes <jancsika@yahoo.com> wrote:According to the doc, "brew analytics off" works, too. I can certainly suggestthat setting in the instructions.
-Jonathan> Also, FYI: just noticed this today: https://github.com/Homebrew/brew/blob/master/docs/Analytics.md> I can understand the reasoning but, man, am I tired of everything becoming opt-in> by default. Looks like you should add the following to your build guide:> export HOMEBREW_NO_ANALYTICS=1On Oct 14, 2016, at 11:37 AM, Jonathan Wilkes <jancsika@yahoo.com> wrote:One snag-- any idea how to get plugin~ building using only Homebrew libs? I needladspa.h but there's no package for it. I suppose I can just wget it if nothing else…Should work fine as long as ladspa doesn’t require a ton of dependencies.I use curl -LO since wget is not installed on OSX by default.