Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: Add make as build requirement
Browse files Browse the repository at this point in the history
Up to now `make` is  a silent requirement.
LauKr committed Oct 3, 2024
1 parent 8a18a68 commit 2271f26
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ $ gem install seccomp-tools

If you failed when compiling, try:
```
sudo apt install gcc ruby-dev
sudo apt install gcc ruby-dev make
```
and install seccomp-tools again.

2 changes: 1 addition & 1 deletion README.tpl.md
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ $ gem install seccomp-tools

If you failed when compiling, try:
```
sudo apt install gcc ruby-dev
sudo apt install gcc ruby-dev make
```
and install seccomp-tools again.

0 comments on commit 2271f26

Please sign in to comment.