MacおよびWindosプラットフォームコンパイラobs-studio



Mac Windos Platform Compiler Obs Studio



1.準備

  • cmake-guiをインストールします
  • ダウンロード依存
    • vs2017依存https://obsproject.com/downloads/dependencies2017.zip
    • QTをダウンロードhttp://download.qt.io/archive/qt/5.11/5.11.1/qt-opensource-windows-x86-5.11.1.exe
    • コードをダウンロードgit clone --recursive https://github.com/obsproject/obs-studio.git // - recursive dependencies will download

2.プロジェクトの生成

  • 構成cmake、エントリの追加を追加1. Add DepsPath download path dependent vs2017 2. Add QTDIR path to msvc2017_64 3. Configure the project can generate, and then specify the directory to open the sln file can be compiled.
  • プロジェクトは、ALL_BUILDがシングルステップデバッグを開始できるように設定されています。obsプロジェクトを設定しないでください。シングルステップデバッグにはなりません。