Mac
Recipes
sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}'`
1. git clone the homebrew github repo 2. git log and find the commit where the formula of the desired application was bumped to the desired version 3. git checkout that commit 4. brew install $PATH_IN_THE_FILESYSTEM_TO_THE_FORMULA/$APPLICATION.rb brew install Formula/protobuf.rb brew link --force --overwrite protobuf protoc --version // worked on 14.12.22
Fresh mac configuration
Last updated
