Skip to content

Commit 3314527

Browse files
authored
Documentation: Add make as build requirement (#265)
Up to now `make` is a silent requirement.
1 parent 8a18a68 commit 3314527

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ gem install seccomp-tools
3131

3232
If you failed when compiling, try:
3333
```
34-
sudo apt install gcc ruby-dev
34+
sudo apt install gcc ruby-dev make
3535
```
3636
and install seccomp-tools again.
3737

README.tpl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ gem install seccomp-tools
3131

3232
If you failed when compiling, try:
3333
```
34-
sudo apt install gcc ruby-dev
34+
sudo apt install gcc ruby-dev make
3535
```
3636
and install seccomp-tools again.
3737

0 commit comments

Comments
 (0)