
Linux kernel
Ubuntu
Linux Mint
Debian
Arch Linux
Fedora
Snapcraft
FLATHUB
Meson
GNU Make
npm
SCons
Ender
Ninja Build
JSHint
Buck
Linux kernel
MesonMeson is recommended for developers working on open-source projects, cross-platform applications, or any software that requires a modern and efficient build system. It is especially beneficial for projects where quick iteration and build times are a priority.
Based on our record, Linux kernel should be more popular than Meson. It has been mentiond 234 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Linux kernel source is hosted at https://kernel.org , not GitHub. You're probably thinking of Linus Torvald's read-only mirror[1]. [1]: https://github.com/torvalds/linux. - Source: Hacker News / 3 months ago
Https://kernel.org/ says 6.12 is still a supported LTS, so you could just run that. - Source: Hacker News / 6 months ago
Linux is a kernel and an OS - let's get a working copy, to experience it for ourselves. This will take installing it - either on a real computer, or on a virtual machine. I chose the latter, firstly, so that you can have an easier time retracing my steps, secondly, for my own convenience. - Source: dev.to / about 1 year ago
This shift doesnt only affect individual developers. Even core teams of long-established projects, like Linux kernel project, are beginning to adapt their development processes in response to Rustโs principles. That alone speaks volumes. In essence, Rust is not just a language, itโs a paradigm shift in software engineering and without letting go of some legacy assumptions, we might miss the full potential that... - Source: dev.to / about 1 year ago
Abstract: From April 1โ12, 2025, the open source ecosystem witnessed remarkable updates and innovations. Major releases such as Linux Kernel 6.13 and GNOME 47.2 have improved hardware support and accessibility features, while initiatives like Google Summer of Code 2025 continue empowering new contributors. This blog post explores the background, recent updates, core features, practical applications, challenges,... - Source: dev.to / about 1 year ago
Just like most open source projects, systemd is never โfinishedโ and there is always more that can be done to improve things. Though the project already maintains a high quality bar and is very robust, the maintainers wanted some help adding extra test coverage and finding edge cases, particularly in the resolved component. The project uses the Meson build system, which can be configured to output code coverage... - Source: dev.to / 4 months ago
Actually looks very similar to Meson [https://mesonbuild.com/], which is getting a lot of traction in FOSS [https://mesonbuild.com/Users.html]. - Source: Hacker News / 3 months ago
Iโm still surprised how people ignore Meson: https://mesonbuild.com/ And Mesons awesome dependency handling: https://mesonbuild.com/Dependencies.html https://mesonbuild.com/Using-the-WrapDB.html#using-the-wrapdb After reading about GNU Autotools (help!) and suffering ever awful thing Java created I wondered if C/C++ could do better. They do. For years :). - Source: Hacker News / 4 months ago
Than checked Autotools and shared the head. At the very same time Meson[1] appeared and the thing with Builds is solved :) [1] https://mesonbuild.com. - Source: Hacker News / about 1 year ago
With cargo-c I try to use the best practices to support as many platform as possible, trying to stay in sync with what meson does. Sadly what is conceptually trivial, installing a package, has lots of details that are platform-specific. - Source: dev.to / almost 2 years ago
Ubuntu - Ubuntu is a Debian Linux-based open source operating system for desktop computers.
GNU Make - GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
Linux Mint - Linux Mint is one of the most popular desktop Linux distributions and used by millions of people.
npm - npm is a package manager for Node.
Debian - Debian is a free distribution of the GNU/Linux operating system.
SCons - SCons is an Open Source software construction toolโthat is, a next-generation build tool.