mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1893] [MERGED] docs(mac): Add documentation for -system-libs build mode #2683
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1893
Author: @gaurav02081
Created: 12/24/2025
Status: ✅ Merged
Merged: 12/25/2025
Merged by: @cfsmp3
Base:
master← Head:brew-gaurav📝 Commits (1)
941604bdocs(mac): Add documentation for -system-libs build mode📊 Changes
1 file changed (+157 additions, -0 deletions)
View changed files
➕
docs/Building_macos_system_libs.md(+157 -0)📄 Description
[IMPROVEMENT]
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
PR Summary
This PR documents the macOS -system-libs build mode introduced in #1862, which enables building CCExtractor using system-installed libraries instead of bundled dependencies.
This mode is required for Homebrew compatibility and uses pkg-config to link against Homebrew-provided libraries (e.g. gpac, freetype, libpng, zlib). The default bundled build remains unchanged.
The documentation explains:
When to use the default vs -system-libs build
Required Homebrew dependencies
How to verify the build
CI coverage for the system-libs path
This provides a clear upstream reference for package managers and unblocks future Homebrew formula work.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.