mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-13 13:35:37 +00:00
[DOCS] Dependencies not installed for fedora #798
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 @superbonaci on GitHub (Feb 1, 2024).
When trying to compile with fedora 39:
@superbonaci commented on GitHub (Feb 1, 2024):
It's fixed by
Please add to https://github.com/CCExtractor/ccextractor/blob/master/docs/COMPILATION.MD
@anshravalll commented on GitHub (Mar 18, 2024):
For anyone installing GPAC directly from source in the future, I recommend reaading the documentation available on the GPAC repository. Specifically, ensure that you compile it using the gpac-devel option.
CCExtractor by default searches for the GPAC library's shared object file (.so) within the bin/lib directory of Linux distributions. if compiler still doesn't find GPAC lib than do the following:
This will help CCExtractor to find the necessary GPAC library files.
@superbonaci commented on GitHub (Mar 18, 2024):
https://github.com/CCExtractor/ccextractor/pull/1602 https://github.com/CCExtractor/ccextractor/pull/1603