Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a meson build script #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

t-chaik
Copy link

@t-chaik t-chaik commented Nov 26, 2018

Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible [1].

This patch introduce a meson build script that can be used like this:

meson build .  --buildtype=release

Meson has many advantages over using a plain Makefile, the main one probably being that it is way easier to read and maintain.

[1] https://mesonbuild.com/index.html

Meson is an open source build system meant to be both extremely fast,
and, even more importantly, as user friendly as possible.

https://mesonbuild.com/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant