You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/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
|