Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Etienne Bechtel
cbmroot
Commits
3956e66f
Commit
3956e66f
authored
4 years ago
by
Dominik Smith
Committed by
Florian Uhlig
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added some new text to README.md regarding the installation of CbmRoot.
parent
d486672c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+28
-2
28 additions, 2 deletions
README.md
with
28 additions
and
2 deletions
README.md
+
28
−
2
View file @
3956e66f
...
...
@@ -24,8 +24,28 @@ can be found at the following webpage
https://redmine.cbm.gsi.de/projects/cbmroot/wiki/Install_External_Packages
If you are working at GSI there are always ready-to-use versions available.
For detailed information please check the following wiki page
Please make sure SQLite is installed on your system before compiling
FairSoft, as this is required by CbmRoot. Failing compile FairSoft
with SQLite support will lead to a crash during the CbmRoot compilation.
To install SQLite on Debian/Ubuntu and OpenSuse use
Debian/Ubuntu:
sudo apt install sqlite3 libsqlite3-dev
OpenSuse:
sudo zypper install sqlite3 sqlite3-devel
It is currently not recommended to install FairSoft (and likewise FairRoot and
CbmRoot) with administrator privileges, as this may create conflicts with
existing software. For an installation which is to be shared between users
on a MacOS or linux system it is recommended to use the opt/ folder.
Consider also using the auto installer (see section 3).
If you are working at GSI there are always ready-to-use versions of
FairSoft available. For detailed information please check the following
wiki page
https://redmine.cbm.gsi.de/projects/cbmroot/wiki/RunCbmGSI
...
...
@@ -65,3 +85,9 @@ directory is
./autoinstall_framework.sh 1 1 1
4.
Further remarks
Compiling CbmRoot with multicore support using "make -j", without
specifying the number of threads is known to cause MacOS and Ubuntu
20.
04 LTS systems to freeze. Please explicitly choose a number of cores
which is suitable for your system.
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