mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
10 lines
178 B
Bash
Executable File
10 lines
178 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export CXX=clang++
|
|
export CC=clang
|
|
|
|
brew tap openmw/openmw
|
|
brew update
|
|
brew unlink boost
|
|
brew install openmw-mygui openmw-bullet openmw-sdl2 openmw-ffmpeg qt unshield
|