Mac下OBS编译

https://blog.csdn.net/u010727765/article/details/105451955

https://github.com/obsproject/obs-studio/wiki/Install-Instructions#mac-osx

https://github.com/obsproject/obs-deps

OBS-Studio MAC平台编译 --- 史上最全

https://blog.csdn.net/code_li_yw/article/details/52800435

OS开发入门之在 Mac OS 上编译 OBS

http://ios.zhizuobiao.com/ios-18090700085/

下载和编译 OBS
从 https://github.com/jp9000/obs-studio 下载 OBS 代码:
git clone --recursive https://github.com/jp9000/obs-studio.git
编译 OBS 源码:
// 进入 obs-studio 源码根目录,创建 build 文件夹:
cd obs-studio
mkdir build
cd build
cmake ..
make
运行 OBS
cd rundir/RelWithDebInfo/bin/
./obs
如果你想要编译 OBS 安装包,你可以在编译的时候使用 make package 命令即可编译出包含 OBS App Bundle 的 .dmg 安装包。
其他
你可以 https://github.com/jp9000/obs-studio/wiki/Install-Instructions#mac-osx 了解更多。
你还可以从 https://obsproject.com/download 直接下载 OBS 安装包来安装 OBS。

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐