bbc / audiowaveform

C++ program to generate waveform data and render waveform images from audio files
https://waveform.prototyping.bbc.co.uk
GNU General Public License v3.0
1.94k stars 242 forks source link

Intall with Homebrew is not supported #78

Closed huxulm closed 6 years ago

huxulm commented 6 years ago
sudo brew install boost --with-c++11
Password:
Error: Running Homebrew as root is extremely dangerous and no longer supported.
As Homebrew does not drop privileges on installation you would be giving all
build scripts full access to your system.
thom4parisot commented 6 years ago

@jackdon what makes you think the install is not supported?

From what I understand, brew warns you about using sudo as you install a package (which is weird, I don't have to use sudo to install packages on my machine. Have you tried brew doctor to debunk the problem?).

qodesmith commented 6 years ago

Is audiowaveform not on Brew?

screen shot 2018-11-16 at 10 15 41 pm
chrisn commented 6 years ago

@qodesmith Did you also do brew tap bbc/audiowaveform?

qodesmith commented 6 years ago

@chrisn That worked! 💯

chrisn commented 6 years ago

Good news, thanks!