From 4ef0eab00475c5970740ae5c2e3ead765314e463 Mon Sep 17 00:00:00 2001 From: Lau <37706897+LauKr@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:49:17 +0200 Subject: [PATCH] Documentation: Add make as build requirement Up to now `make` is a silent requirement. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.