From 474910eafcc013b316eb7e9addc0b611add42e0f Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Tue, 5 May 2026 00:48:28 -0700 Subject: [PATCH] Update build instructions for bubblewrap Add lipcap dep, and fix `meson setup` warning Signed-off-by: Ted Robertson <10043369+tredondo@users.noreply.github.com> --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b365ed6..6972a8f3 100644 --- a/README.md +++ b/README.md @@ -83,10 +83,11 @@ Installation bubblewrap is available in the package repositories of the most Linux distributions and can be installed from there. -If you need to build bubblewrap from source, you can do this with meson: +If you need to build bubblewrap from source, first make sure you +have `lipcap-dev` installed, then use meson: ```sh -meson _builddir +meson setup _builddir meson compile -C _builddir meson test -C _builddir meson install -C _builddir