From 3d9c3ff79f291a75dc45de359c06658821210514 Mon Sep 17 00:00:00 2001
From: Dominik Smith <d.smith@gsi.de>
Date: Tue, 28 May 2024 16:30:36 +0200
Subject: [PATCH] Updated README.md to include ZSTD installation.

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5733228843..70c627c83a 100644
--- a/README.md
+++ b/README.md
@@ -46,8 +46,8 @@ with SQLite support will lead to a crash during the CbmRoot compilation
 which results in a complete reinstallation of FairSoft and FairRoot after
 the package was installed.
 There have also been reports about problems with other missing packages.
-Mainly these were the Threading Building Blocks (tbb) and the GNU Scientific
-Library.
+Mainly these were the Threading Building Blocks (tbb), the GNU Scientific
+Library and ZSTD, which is used for compressing experimental data since May 2024.
 Since these packages may be missing in the instructions from the FairRoot
 webpage please install them using the following commands depending on your
 OS.
@@ -57,6 +57,7 @@ Debian/Ubuntu:
     sudo apt install sqlite3 libsqlite3-dev
     sudo apt install libgsl-dev
     sudo apt install libtbb-dev
+    sudo apt install libzstd-dev
 
 OpenSuse:
 
-- 
GitLab