美文网首页
OBS Build记录

OBS Build记录

作者: 偶是星爷 | 来源:发表于2016-05-15 22:58 被阅读253次
  1. 下载obs代码 git clone https://github.com/jp9000/obs-studio.git
  2. 下载子模块 git submodule update --init --recursive
  3. 安装依赖 brew install ffmpeg Qt5
  4. 下载CMake
  5. 打开CMake.app
  6. source code选obs代码目录
  7. where to build选obs代码目录下的build目录
  8. Add Entry:QTDIR=/usr/local/Cellar/qt5/5.5.1_2
  9. 点击Configure & Generate
  10. 最终效果


    CMake
  11. 打开obs目录下build/obs-studio.xcodeproj
  12. 先build ALL_BUILD,再选择target obs
  13. 修改obs的Work Dir到build/rundir/Debug/bin


    Xcode scheme
  14. Cmd + R

Have fun!

相关文章

网友评论

      本文标题:OBS Build记录

      本文链接:https://www.haomeiwen.com/subject/ettbrttx.html