We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Remove mention of "application bundle" for macOS code signing as that concept is handled automatically by Xcode.
Remove OBS_MULTIARCH_SUFFIX as it was removed with CMake 2.0 paths
Replace OBS_BUNDLE_CODESIGN_IDENTITY and OBS_BUNDLE_CODESIGN_TEAM with OBS_CODESIGN_IDENTITY and OBS_CODESIGN_TEAM. The former no longer exist.
Remove OBS_CODESIGN_ENTITLEMENTS and OBS_CODESIGN_LINKER as they no longer exist
Remove ENABLE_SPARKLE_UPDATER as it is no longer set directly. It is set automatically if SPARKLE_APPCAST_URL and SPARKLE_PUBLIC_KEY are set.
Remove ENABLE_VST_BUNDLED_HEADERS as it no longer exists
minor typo
minor typo between VLC and VST
Add a section mentioning CMake Presets
Remove mention of build scripts since they were removed.
Remove ENABLE_IVCAM as it no longer exists
Remove Windows-specific Options section as they were all legacy variables
Remove ENABLE_D3D12_HOOK as it does not exist
Remove USE_LIBCXX as it was removed when the CMake 2.0 paths were removed.
Remove USE_XDG since it is now always used and is no longer configurable
Update CMake version requirements
Replace LINUX_PORTABLE with ENABLE_RELOCATABLE and ENABLE_PORTABLE_CONFIG
Remove legacy CMake options as they were removed after the grace period.
Revert "Destroyed Building OBS Studio (markdown)" This reverts commit 2a5f45334cd438d72360f7978b10b42f8d006cdc.
Destroyed Building OBS Studio (markdown)
Created Building OBS Studio (markdown)
Remove QT_VERSION from docs (doesn't exist anymore, Qt 6 is required)
Remove Visual Studio 2019 as a supported generator
Update required CMake versions
Revert f35a000ccef7f3c2f10aa0f1648d467670db7bef...224ee9bed1da358d0a9ee31ca24c7cf73406aa40 on Building OBS Studio
Correction in sentence structure
Typo fix on Pulse Audio
Update Qt version documentation
Add OBS_BUNDLE_CODESIGN_TEAM to macOS build options