Skip to content

Commit a4d145f

Browse files
authored
Update macOS manual installation (#266)
1 parent db1bfb9 commit a4d145f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/FreeSWITCH-Explained/Installation/macOS/macOS-Installation/macOS-Manual-Installation_13174557.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ brew doctor
156156
The basic FreeSWITCH™ prerequisite packages are installed by running the following command (copy/paste the entire line) in Terminal from any directory:
157157

158158
```xml
159-
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
159+
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
160160

161-
brew link ffmpeg@5
161+
brew link ffmpeg@5 libpq@16
162162
```
163163

164164
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.

0 commit comments

Comments
 (0)