diff options
author | Aylur <[email protected]> | 2024-09-01 03:18:26 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-01 03:18:26 +0200 |
commit | eacac669d0f1b12fde9119fd4a53fba29552eb70 (patch) | |
tree | ee35ed05e8be48e9e9d92b2c38601635d9ee9af2 /README.md | |
parent | 7706d24965a268b6075d3fb5557ef6b96c889483 (diff) |
move to monorepo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index cfbb6db..0000000 --- a/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 -``` - - |