Narcogen
Active Member
Since there isn't an official build of OBS 21 for MacOS, I've built one on my own system. This uses the qt5 installation from Homebrew, and was built on Sierra (10.12.6). It may or may not work on your system.
https://dl.orangedox.com/FaHyzO
NOTE: These were compiled with a QT5 installation in /usr/local/opt put there by Homebrew. If your QT5 installation was made by MacPorts, these may not work for you.
These are NOT official builds, and may not work for everyone. Once there are official builds, you should almost certainly switch to using those. These builds are for people who want the latest version of OBS and don't mind tweaking things to get it working, but don't want to compile from source.
For those who DO want to build from source, this is the build script I'm using. It's not even a script, I'm just entering these few lines into the terminal for each new build.
git clone https://github.com/jp9000/obs-studio/
cd obs-studio
mkdir build
cd build
git submodule update --init --recursive
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5/
cmake .. && make
cpack
https://dl.orangedox.com/FaHyzO
NOTE: These were compiled with a QT5 installation in /usr/local/opt put there by Homebrew. If your QT5 installation was made by MacPorts, these may not work for you.
These are NOT official builds, and may not work for everyone. Once there are official builds, you should almost certainly switch to using those. These builds are for people who want the latest version of OBS and don't mind tweaking things to get it working, but don't want to compile from source.
For those who DO want to build from source, this is the build script I'm using. It's not even a script, I'm just entering these few lines into the terminal for each new build.
git clone https://github.com/jp9000/obs-studio/
cd obs-studio
mkdir build
cd build
git submodule update --init --recursive
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5/
cmake .. && make
cpack