From 031280b5b026b21647121ddb926df58d4ed6cba7 Mon Sep 17 00:00:00 2001 From: Oleh Nikolaiev Date: Wed, 13 Nov 2024 19:33:04 +0000 Subject: [PATCH] cleaup packages --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ec2adda..8bef5237 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ Ensure that the required packages are installed by executing: ```shell sudo apt-get update -sudo apt-get install -y automake cmake build-essential libprocps-dev libtool\ - pkg-config yasm texinfo autoconf flex bison clang-format-6.0 +sudo apt-get install -y automake cmake build-essential libgnutls28-dev libtool\ + pkg-config yasm texinfo autoconf clang-format-14 ``` Configure the project build with the following commands.