meson pulls in a huge dependency tree into the build environment, but this is only a small C codebase... something like Makefile or a cmake based build would fit way better.
It's not that huge. Almost everyone have already Python 3 installed so it's only something like extra 5 MB. I'm not planning on switching to something else as I'm liking Meson so far.
meson pulls in a huge dependency tree into the build environment, but this is only a small C codebase... something like
Makefile
or a cmake based build would fit way better.