Post #1554011
2025-11-17 22:58 UTC
@swetland It depends on whether you are talking about compiling for local use or cross compiling hermetically/reproducibly for use on another machine? The former is easy. The latter...depends on how good you want it. As a full time build and release engineer, there's a lot of middle ground to half-ass it and have it mostly work. Truly hermetic, while retaining performance, is not conceptually difficult, but just like writing threads, it's very exacting.
Replies (2)
-
@swetland@chaos.social 2025-11-17 23:01
@trouble I don't object to including a Fancy Build System setup for a trivial one-source-file tool, but I do kinda scratch my head at the lack of a basic Makefile or even a build.sh if Make is intimidating...
-
@f4grx@chaos.social 2025-12-05 11:21
@trouble @swetland it does not depend, no.