File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -803,6 +803,7 @@ As user `flp` do:
803803```
804804git clone https://github.com/AliceO2Group/QualityControl.git
805805cd QualityControl
806+ git checkout <release> # use the release included in the installed FLP suite
806807mkdir build
807808cd build
808809mkdir ~/installdir
@@ -817,6 +818,7 @@ If you want to build also O2 locally do
817818# O2
818819git clone https://github.com/AliceO2Group/AliceO2.git
819820cd AliceO2
821+ git checkout <release> # use the release included in the installed FLP suite
820822mkdir build
821823cd build
822824cmake -DCMAKE_INSTALL_PREFIX=~/installdir ..
@@ -825,6 +827,7 @@ make -j8 install
825827# QC
826828git clone https://github.com/AliceO2Group/QualityControl.git
827829cd QualityControl
830+ git checkout <release> # use the release included in the installed FLP suite
828831mkdir build
829832cd build
830833cmake -DCMAKE_INSTALL_PREFIX=~/installdir .. -DO2_ROOT=~/installdir
You can’t perform that action at this time.
0 commit comments