summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-01 03:18:26 +0200
committerAylur <[email protected]>2024-09-01 03:18:26 +0200
commiteacac669d0f1b12fde9119fd4a53fba29552eb70 (patch)
treeee35ed05e8be48e9e9d92b2c38601635d9ee9af2 /README.md
parent7706d24965a268b6075d3fb5557ef6b96c889483 (diff)
move to monorepo
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
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
-```
-
-