summaryrefslogtreecommitdiff
path: root/docs/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* OAuth2 Pkce WorkflowGünther Wagner2022-01-121-2/+15
|
* Add gi-docgen and proper documentation CIGünther Wagner2021-10-211-0/+42
|
* Port to the Meson build systemNiels De Graef2021-10-211-0/+1
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 [Meson website]: http://mesonbuild.com/ https://gitlab.gnome.org/GNOME/librest/merge_requests/1