Meson Tutorial for Beginners Pt. 3

Nov 12, 2025

Next, we are interested to pass some options to compilation process such as -Wall and -Wextra to show the possible code warnings. Apart from this, we are also interested in to set the C standard such as std17.

Meson Tutorial for Beginners Pt. 2

Nov 10, 2025

Now, let’s move on and add more C files in this project. Because you will have many files in the normal project, otherwise you can manage the compilation of a single file via a command and you don’t need the build system!

Meson Tutorial for Beginners Pt. 1

Nov 9, 2025

Meson is a user friendly build system. It uses the Ninja build system under the hood. We need to install a couple of software.