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

replace the vendored libs with ones discovered using find_package #40

Open
KOLANICH opened this issue Dec 2, 2021 · 3 comments
Open

Comments

@KOLANICH
Copy link

KOLANICH commented Dec 2, 2021

No description provided.

@mattgodbolt
Copy link
Owner

I'm not a fan of making the user have to globally install or provide all the deps - I'll see if conan or similar can help here. The main thing is I like projects to mostly build out of the gate with a simple make

@KOLANICH
Copy link
Author

I'll see if conan or similar can help here.

I don't mean conan, I mean apt, dnf, pacman and apk.

I'm not a fan of making the user have to globally install or provide all the deps

It is the way distros work. The main principle of a distro that the libs from the distro should be used in all the software shipped by a distro. To use the shared libs from a distro one has to use the *-dev (or -devel) packages from the distro when building.

@mattgodbolt
Copy link
Owner

I understand - thanks. For all the projects I administrate I prefer a hermetic build with no system dependencies. However, if we move in this direction I see no reason not to make that configurable to allow both possibilities.

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