Skip to content

Port to the Meson build system

Günther Wagner requested to merge wip/gwagner/meson into master

See the Meson website for a full reference. To build, test and/or install the librest library, you essentially need the following commands:

$ meson build
$ ninja -C build
$ meson test -C build
$ ninja -C build install

For the GNOME initiative, see https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting

!1 (closed)

Merge request reports