1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-28 10:11:34 +00:00

Update file before_install.osx.sh

This commit is contained in:
psi29a 2024-01-06 11:34:13 +00:00
parent 9fa27a98be
commit 7300bab7cd

View file

@ -10,7 +10,7 @@ brew tap --repair
brew update --quiet
# Some of these tools can come from places other than brew, so check before installing
brew reinstall xquartz fontconfig freetype harfbuzz brotli
brew reinstall xquartz gd fontconfig freetype harfbuzz brotli
# Fix: can't open file: @loader_path/libbrotlicommon.1.dylib (No such file or directory)
BREW_LIB_PATH="$(brew --prefix)/lib"
@ -22,6 +22,9 @@ command -v cmake >/dev/null 2>&1 || brew install cmake
command -v qmake >/dev/null 2>&1 || brew install qt@5
export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"
# try to find fontconfig
find /opt | grep -i libfreetype
# Install deps
brew install icu4c yaml-cpp sqlite