OBS源码学习(2)-----OSB源码编译
作者:互联网
目录
一、编译环境准备
操作系统:Windows10
编译工具:Visual Studio 2015、CMake3.16
Qt开发库:Qt5.7.1 32位版本
二、源码以及依赖资源获取
OBS最新源码获取:git clone --recursive https://github.com/obsproject/obs-studio/obs-studio.git
OBS依赖项下载:https://obsproject.com/downloads/dependencies2019.zip
由于笔者电脑的没有安装Visual Studio 2019,而OBS最新源码Windows平台建议使用Visual Studio2019进行编译。所以笔者决定使用OBS24.0.4源码为基础进行源码编译,并进行OBS源码的学习交流(Visual Studio2019太大了,笔者的电脑空间有限
标签:CMake,编译,Visual,源码,-----,Studio,OSB,OBS 来源: https://blog.csdn.net/AAALB/article/details/118249308