1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-29 08:41:34 +00:00

Update file before_install.osx.sh

This commit is contained in:
psi29a 2024-01-01 17:42:01 +00:00
parent 9dcb7bb3bc
commit 88ffcddb42

View file

@ -22,6 +22,13 @@ command -v cmake >/dev/null 2>&1 || brew install cmake
command -v qmake >/dev/null 2>&1 || brew install qt
export PATH="/opt/homebrew/opt/qt@6/bin:$PATH"
# where are my bins?
ls -al /opt/homebrew/opt/qt@6/bin
ls -al /opt/homebrew/bin
ls -al /opt/local/opt
# Install deps
brew install icu4c yaml-cpp sqlite