mac: Install necessary redis extensions
These are now needed when installing redis with all features enabled.
This commit is contained in:
parent
956c7c933d
commit
4a49035272
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ brew update
|
||||||
brew tap homebrew/bundle
|
brew tap homebrew/bundle
|
||||||
|
|
||||||
# Rosetta is required for microsoft teams
|
# Rosetta is required for microsoft teams
|
||||||
softwareupdate --install-rosetta
|
softwareupdate --install-rosetta
|
||||||
|
|
||||||
brew bundle --file ${DOTFILES}/macos/Brewfile
|
brew bundle --file ${DOTFILES}/macos/Brewfile
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ export CPPFLAGS="-I${HOMEBREW_PREFIX}/opt/openssl@3/include"
|
||||||
export PKG_CONFIG_PATH="${HOMEBREW_PREFIX}/opt/openssl@3/lib/pkgconfig"
|
export PKG_CONFIG_PATH="${HOMEBREW_PREFIX}/opt/openssl@3/lib/pkgconfig"
|
||||||
|
|
||||||
# Install PHP extensions with PECL
|
# Install PHP extensions with PECL
|
||||||
yes | pecl install imagick redis
|
yes | pecl install imagick igbinary msgpack redis
|
||||||
|
|
||||||
# Symlink pcre2, so pecl can find it when installing / building (needed for swoole)
|
# Symlink pcre2, so pecl can find it when installing / building (needed for swoole)
|
||||||
sudo mkdir -p /usr/local/include
|
sudo mkdir -p /usr/local/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue