Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Commits
3d9c3ff7
Commit
3d9c3ff7
authored
1 year ago
by
Dominik Smith
Committed by
Pierre-Alain Loizeau
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Updated README.md to include ZSTD installation.
parent
ee48547d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1841
Updated README.md to include ZSTD installation.
Pipeline
#30009
passed
11 months ago
Stage: package
Stage: verify
Stage: documentation
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-2
3 additions, 2 deletions
README.md
with
3 additions
and
2 deletions
README.md
+
3
−
2
View file @
3d9c3ff7
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment