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

Use meson build system #69

Open
swesterfeld opened this issue Nov 17, 2024 · 0 comments
Open

Use meson build system #69

swesterfeld opened this issue Nov 17, 2024 · 0 comments

Comments

@swesterfeld
Copy link
Owner

Currently we use automake / autotools as build system. This is problematic due to two reasons:

  • automake is slow (because it runs lots shell scripts and doesn't track dependencies nicely for subdirs)
  • automake is not a good solution for Windows users, because Windows does not ship with a shell

Using meson (which is the more modern approach) should fix both issues. Also the actual build rules will look cleaner after porting configure.ac / Makefile.am files to meson.build files.

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

No branches or pull requests

1 participant