Skip to content

nathanm2/glib-examples

Repository files navigation

Build Instructions

To configure and build:

meson build && meson compile -C build

To specify additional pkgconfig locations:

meson build --pkg-config-path ~/build/meson-glib/lib/pkgconfig/ OR meson build --pkg-config-path ~/src/glib/build/meson-uninstalled

NOTE: This also sets the RPATH appropriately for us.

By default meson produces debug builds. To build for release:

meson build --buildtype release

About

A collection of examples using the Glib library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published