[pulseaudio-discuss] [paprefs] [PATCH] Port to meson

Jan Tojnar jtojnar at gmail.com
Sun Jul 8 02:46:47 UTC 2018


Meson is much nicer than autotools, see https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting.

With this patch, you can invoke

    meson build -Ddocs=true
    ninja -C build 
    sudo ninja -C build install

to compile and install the package.

Ninja accepts many targets:

    ninja -C build <target>

For example, `doc/README` to build the textual readme file, `test` to run tidy (when available) on HTML docs, and `paprefs-pot`, `paprefs-gmo` and `paprefs-update-po` for various localization needs.





More information about the pulseaudio-discuss mailing list