From dc15f744128fd00095af367cf61dc59f24b04623 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Tue, 30 Apr 2024 17:57:13 +0900 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Release-Process.md b/Release-Process.md index e5f3f34..f126352 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -2,11 +2,9 @@ These operations are performed on an Ubuntu 22.04 x86_64 PC. You'll need sudo ac # Required packages ``` -sudo apt install git build-essentials protobuf-compiler libspdlog-dev libpcap-dev +sudo apt install git protobuf-compiler libspdlog-dev libpcap-dev ``` -Note: Ubuntu 24.04 has done away with "build-essentials". - # Verify that your username and email are configured properly ``` # To see the current configuration