Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo (“libcap”), but libcap-dev is a distro-specific package name.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fedora does not provide libcap-dev, can I build bubblewrap on Fedora?
(Rhetorical question)


```sh
meson _builddir
meson setup _builddir
meson compile -C _builddir
meson test -C _builddir
meson install -C _builddir
Expand Down