mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[feature request] allow linking to system libraries #836
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?
Originally created by @apteryks on GitHub (Jul 22, 2025).
Hi,
The build currently relies on libraries bundled in source form under the src/thirdparty directory. It'd be nice if ccextractor's build system was able to detect compatible libraries from the system and use these instead, ideally being able to function even if the
src/thirdpartydirectory does not exist.freetype, libpng, utf8proc, zlib, protobuf-c at least are all available from my system for example (GNU Guix).