- 下载obs代码
git clone https://github.com/jp9000/obs-studio.git
- 下载子模块
git submodule update --init --recursive
- 安装依赖
brew install ffmpeg Qt5
- 下载CMake
- 打开CMake.app
- source code选obs代码目录
- where to build选obs代码目录下的build目录
- Add Entry:QTDIR=/usr/local/Cellar/qt5/5.5.1_2
- 点击Configure & Generate
-
最终效果
- 打开obs目录下build/obs-studio.xcodeproj
- 先build ALL_BUILD,再选择target obs
-
修改obs的Work Dir到build/rundir/Debug/bin
- Cmd + R
Have fun!