Skip to content
Snippets Groups Projects
Commit 3d9c3ff7 authored by Dominik Smith's avatar Dominik Smith Committed by Pierre-Alain Loizeau
Browse files

Updated README.md to include ZSTD installation.

parent ee48547d
No related branches found
No related tags found
1 merge request!1841Updated README.md to include ZSTD installation.
Pipeline #30009 passed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment