-
-
Notifications
You must be signed in to change notification settings - Fork 454
Closed
Description
How should Linux support work?
One way would be to have some sort of build system that always carefully only links against libc 5, does everything statically, etc, and builds everything into a big binary.
Another would be to instead have multiple backends for .rpm
, .deb
, etc. I imagine that this would be different from bdist_rpm
, bdist_deb
et. al. by doing some automatic determination of what the package dependencies ought to be by looking for shared library dependencies. Despite the fact that this would not be nearly as self-contained, it might be more practically useful to begin with.
Metadata
Metadata
Assignees
Labels
No labels