From 82344b23a9a083f307998bf26e5ab546c8a8c45a Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Sat, 5 Oct 2024 11:04:50 +0000 Subject: [PATCH] docs(readme): add pkgconf to list of Debian deps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c83bb9..1dfcf02 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ options: ### Debian/Ubuntu ```sh -sudo apt install -y build-essential graphicsmagick linpng-dev tclsh zlib1g-dev +sudo apt install -y build-essential graphicsmagick linpng-dev pkgconf tclsh zlib1g-dev gmake test ```