This repository was archived by the owner on Feb 12, 2025. It is now read-only.
Build systems, Meson, and friends #60
christianparpart
started this conversation in
General
Replies: 1 comment 1 reply
-
p.s.: Since libsixel is lagging some package system support on Fedora and Windows (vcpkg), I considered embedding libsixel into Contour. That doesn't work when the build system is Meson, unless my google search results are playing with me. :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
i'm saying it straight, I was almost to create a PR to change the build system to CMake, assuming that it was still using autotools.
But then I realized you switched from autotools to Meson.
I don't want to have any religious war here, not at all. I'm just wondering if there is any reasoning beyond subjective personal preference. When it comes to adaptability I'd always say that CMake is best, because it's most widely supported, including and even on Windows - a platform I for example surprisingly care about. Regardless my personal preferences, I think that for adoptability, using something well known is always better than something that may or may not be the bleeding-edge and state-of-the-art - spweaking from a maintainers and user's point of view. :)
I don't want to force any change, but I'm still curious.
Happy weekend hacks,
Christian Parpart.
Beta Was this translation helpful? Give feedback.
All reactions