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:
parent
9dcb7bb3bc
commit
88ffcddb42
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue