mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-17 12:46:34 +00:00
Update file before_install.osx.sh
This commit is contained in:
parent
9fa27a98be
commit
7300bab7cd
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@ brew tap --repair
|
||||||
brew update --quiet
|
brew update --quiet
|
||||||
|
|
||||||
# Some of these tools can come from places other than brew, so check before installing
|
# 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)
|
# Fix: can't open file: @loader_path/libbrotlicommon.1.dylib (No such file or directory)
|
||||||
BREW_LIB_PATH="$(brew --prefix)/lib"
|
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
|
command -v qmake >/dev/null 2>&1 || brew install qt@5
|
||||||
export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"
|
export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"
|
||||||
|
|
||||||
|
# try to find fontconfig
|
||||||
|
find /opt | grep -i libfreetype
|
||||||
|
|
||||||
|
|
||||||
# Install deps
|
# Install deps
|
||||||
brew install icu4c yaml-cpp sqlite
|
brew install icu4c yaml-cpp sqlite
|
||||||
|
|
Loading…
Reference in a new issue