diff options
author | Aylur <[email protected]> | 2024-09-01 14:17:36 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-01 14:17:36 +0200 |
commit | 3e3f045d650a839d21f7b649da7aa5c19bd2e38b (patch) | |
tree | 9a974eb0d38932d474940288c662bd1f01ea3088 /wireplumber/README.md | |
parent | 408faee16911ccfaa3e7dad69f9938fd4a696704 (diff) |
monorepo structuring
Diffstat (limited to 'wireplumber/README.md')
-rw-r--r-- | wireplumber/README.md | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/wireplumber/README.md b/wireplumber/README.md deleted file mode 100644 index cfbb6db..0000000 --- a/wireplumber/README.md +++ /dev/null @@ -1,34 +0,0 @@ -# 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 -``` - - |