diff --git a/docs/FreeSWITCH-Explained/Installation/macOS/macOS-Installation/macOS-Manual-Installation_13174557.mdx b/docs/FreeSWITCH-Explained/Installation/macOS/macOS-Installation/macOS-Manual-Installation_13174557.mdx index 804d40f8..ee43fe9b 100644 --- a/docs/FreeSWITCH-Explained/Installation/macOS/macOS-Installation/macOS-Manual-Installation_13174557.mdx +++ b/docs/FreeSWITCH-Explained/Installation/macOS/macOS-Installation/macOS-Manual-Installation_13174557.mdx @@ -156,9 +156,9 @@ brew doctor The basic FreeSWITCHâ„¢ prerequisite packages are installed by running the following command (copy/paste the entire line) in Terminal from any directory: ```xml -brew install autoconf automake curl ffmpeg@5 jpeg ldns libpq libsndfile libtiff libtool lua openssl opus pcre pkg-config sofia-sip speex speex speexdsp sqlite yasm signalwire/homebrew-signalwire/libks signalwire/homebrew-signalwire/signalwire-c signalwire/homebrew-signalwire/spandsp +brew install autoconf automake curl ffmpeg@5 jpeg ldns libpq@16 libsndfile libtiff libtool lua openssl opus pcre pkg-config sofia-sip speex speex speexdsp sqlite yasm signalwire/homebrew-signalwire/libks2 signalwire/homebrew-signalwire/signalwire-c2 signalwire/homebrew-signalwire/spandsp -brew link ffmpeg@5 +brew link ffmpeg@5 libpq@16 ``` Ignore any _keg-only_ messages, they mean an alias (link) for the package was not placed into /usr/local/bin because brew found that macOS has another version installed. This is not a problem because the FreeSWITCHâ„¢ installation process searches Homebrew directories to find prerequisite packages.