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