-
Notifications
You must be signed in to change notification settings - Fork 339
Update build instructions for bubblewrap #746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -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: | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fedora does not provide
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, that. I'd prefer a distro-neutral instruction:
Suggested change
or more generically
Suggested change
Or just fix the |
||||||||||
|
|
||||||||||
| ```sh | ||||||||||
| meson _builddir | ||||||||||
| meson setup _builddir | ||||||||||
| meson compile -C _builddir | ||||||||||
| meson test -C _builddir | ||||||||||
| meson install -C _builddir | ||||||||||
|
|
||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo (“libcap”), but
libcap-devis a distro-specific package name.