mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
20 lines
408 B
Bash
Executable File
20 lines
408 B
Bash
Executable File
#!/bin/sh
|
|
set -ex
|
|
|
|
# OBS Studio deps
|
|
brew update
|
|
brew install ffmpeg
|
|
brew install libav
|
|
|
|
# qtwebsockets deps
|
|
# qt latest
|
|
brew install qt5
|
|
|
|
#echo "Qt path: $(find /usr/local/Cellar/qt5 -d 1 | tail -n 1)"
|
|
|
|
|
|
# Packages app
|
|
curl -L -O http://s.sudre.free.fr/Software/files/Packages.dmg -f --retry 5 -C -
|
|
hdiutil attach ./Packages.dmg
|
|
sudo installer -pkg /Volumes/Packages\ 1.2.3/packages/Packages.pkg -target /
|