From 2271f26ef441da462a2dac3c6fb02450ce6e1f57 Mon Sep 17 00:00:00 2001 From: Laurenz Kruty Date: Thu, 3 Oct 2024 22:11:32 +0200 Subject: [PATCH] Documentation: Add make as build requirement Up to now `make` is a silent requirement. --- README.md | 2 +- README.tpl.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 667a74b..74612ab 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README.tpl.md b/README.tpl.md index 10e7fdd..9c2c3b3 100644 --- a/README.tpl.md +++ b/README.tpl.md @@ -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.