From deb3ea836cfe64c362b8d413bdd1c3be6d9ac408 Mon Sep 17 00:00:00 2001 From: s3rj1k <11349489+s3rj1k@users.noreply.github.com> Date: Thu, 5 Jun 2025 23:41:23 +0200 Subject: [PATCH] Update macOS manual installation --- .../macOS-Installation/macOS-Manual-Installation_13174557.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.