Yeah, I ran that. I was thinking of the following for new users so the install itself is not sent and then the setting is permanent:
export HOMEBREW_NO_ANALYTICS=1 && /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” && brew analytics off -------- Dan Wilcox @danomatika <https://twitter.com/danomatika> danomatika.com <http://danomatika.com/> robotcowboy.com <http://robotcowboy.com/> > On Oct 14, 2016, at 8:54 PM, Jonathan Wilkes <[email protected]> wrote: > > According to the doc, "brew analytics off" works, too. I can certainly > suggest > that setting in the instructions. > > -Jonathan > > > Also, FYI: just noticed this today: > > https://github.com/Homebrew/brew/blob/master/docs/Analytics.md > > <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=1 > > > -------- > > Dan Wilcox > @danomatika <https://twitter.com/danomatika> > danomatika.com <http://danomatika.com/> > robotcowboy.com <http://robotcowboy.com/> >> On Oct 14, 2016, at 11:43 AM, Dan Wilcox <[email protected] >> <mailto:[email protected]>> wrote: >> > >> On Oct 14, 2016, at 11:37 AM, Jonathan Wilkes <[email protected] >> <mailto:[email protected]>> wrote: >> >> One snag-- any idea how to get plugin~ building using only Homebrew libs? I >> need >> ladspa.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. > > -------- > Dan Wilcox > @danomatika <https://twitter.com/danomatika> > danomatika.com <http://danomatika.com/> > robotcowboy.com <http://robotcowboy.com/> > >
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
