Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux builds depend on a specific package manager #90

Closed
kistlin opened this issue Oct 13, 2022 · 1 comment
Closed

Linux builds depend on a specific package manager #90

kistlin opened this issue Oct 13, 2022 · 1 comment

Comments

@kistlin
Copy link

kistlin commented Oct 13, 2022

Hello,

since some time ago, Linux packages are installed by calling apt-get in steps/01-install.sh.
This ties the builds down to a handful of Linux distributions.

For now I just patch the lines and install dependencies separately. Which is fine with me.

Long term could there be a command line option added, to not install dependencies?
Or maybe detect the package manager and depending on that install the right packages?

@bblanchon
Copy link
Owner

Hi @kistlin,

The goal of the project is to provide PDFium binaries, nothing more.
The build scripts in this repository are just a side-product of this process.
Those scripts only need to run on GitHub-hosted runners, and I have no intention of making them portable.

To build PDFium on unsupported Linux distributions, please follow the official instructions.

Thank you for your understanding.

Best regards,
Benoit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants