You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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.
No description provided.
The text was updated successfully, but these errors were encountered: