13
this post was submitted on 30 Dec 2025
13 points (100.0% liked)
Linux
10838 readers
394 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Maybe it’s just I’m a relative noob to build systems, but gosh, do I love Meson.
The documentation’s pretty okay - not perfect, but better than cmake - and it feels like I can actually learn it by example through looking at other projects’ setups.
I can live with using other build systems for other projects, but for personal projects, I’ll always choose Meson. I’ll always push for it if a project I’m working on needs to choose a build system.
The impression that I got from this article is that even the author of imake feels the same way, and is only maintaining it out of consideration for legacy software still using it.