Skip to content

Update macOS manual installation #266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down