OBS Build记录

2016-05-15  本文已影响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!

上一篇 下一篇

猜你喜欢

热点阅读