Skip to content

Use meson build system #69

Open
Open
@swesterfeld

Description

@swesterfeld

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions