问题
This work is for a graduation project. I had troubles with installing Google Assistant SDK, but I fixed that now. But I am stuck. I need to install
sudo apt-get install portaudio19-dev libffi-dev libssl-dev
but I think I need
brew install portaudio19-dev libffi-dev libssl-dev
But then I receive this:
brew install portaudio19-dev libffi-dev libssl-dev
Error: No available formula with the name "portaudio19-dev"
==> Searching for a previously deleted formula..
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No formulae found in taps.
来源:https://stackoverflow.com/questions/44912724/install-portaudio19-dev-libffi-dev-libssl-dev