mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
Merge branch 'macos_lz4' into 'master'
MacOS and LZ4 See merge request OpenMW/openmw!356
This commit is contained in:
commit
64913dea9d
1 changed files with 4 additions and 1 deletions
|
@ -5,5 +5,8 @@ command -v ccache >/dev/null 2>&1 || brew install ccache
|
|||
command -v cmake >/dev/null 2>&1 || brew install cmake
|
||||
command -v qmake >/dev/null 2>&1 || brew install qt
|
||||
|
||||
curl -fSL -R -J https://downloads.openmw.org/osx/dependencies/openmw-deps-20201016.zip -o ~/openmw-deps.zip
|
||||
brew link --overwrite lz4 # overwrite system lz4; use brew
|
||||
brew reinstall lz4
|
||||
|
||||
curl -fSL -R -J https://downloads.openmw.org/osx/dependencies/openmw-deps-ef2462c.zip -o ~/openmw-deps.zip
|
||||
unzip -o ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null
|
||||
|
|
Loading…
Reference in a new issue