From eacac669d0f1b12fde9119fd4a53fba29552eb70 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 03:18:26 +0200 Subject: move to monorepo --- wireplumber/README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 wireplumber/README.md (limited to 'wireplumber/README.md') diff --git a/wireplumber/README.md b/wireplumber/README.md new file mode 100644 index 0000000..cfbb6db --- /dev/null +++ b/wireplumber/README.md @@ -0,0 +1,34 @@ +# astal-wireplumber + +A libwireplumber wrapper. + +## Build from source +### Dependencies + +- meson +- libwireplumber +- glib +- gobject-introspection +- vala (only required for the vapi option) + +### Meson options + +* `-Dintrospection` (default: `true`): build GObject Introspection data (needed for language bindings) +* `-Dvapi` (default: `true`): build VAPI data (required to make this lib usable in vala). Requires `-Dintrospection=true` + +### build instructions + +```sh +# Clone the repository +git clone https://github.com/astal-sh/wireplumber +cd wireplumber + +# Setup and build +meson setup build +meson compile -C build + +# Install +meson install -C build +``` + + -- cgit v1.2.3