Skip to content

Commit 27a697a

Browse files
authored
Clarify that development FLP setups should be based on the relevant QC release (#1615)
1 parent 7e92c31 commit 27a697a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/Advanced.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,7 @@ As user `flp` do:
803803
```
804804
git clone https://github.com/AliceO2Group/QualityControl.git
805805
cd QualityControl
806+
git checkout <release> # use the release included in the installed FLP suite
806807
mkdir build
807808
cd build
808809
mkdir ~/installdir
@@ -817,6 +818,7 @@ If you want to build also O2 locally do
817818
# O2
818819
git clone https://github.com/AliceO2Group/AliceO2.git
819820
cd AliceO2
821+
git checkout <release> # use the release included in the installed FLP suite
820822
mkdir build
821823
cd build
822824
cmake -DCMAKE_INSTALL_PREFIX=~/installdir ..
@@ -825,6 +827,7 @@ make -j8 install
825827
# QC
826828
git clone https://github.com/AliceO2Group/QualityControl.git
827829
cd QualityControl
830+
git checkout <release> # use the release included in the installed FLP suite
828831
mkdir build
829832
cd build
830833
cmake -DCMAKE_INSTALL_PREFIX=~/installdir .. -DO2_ROOT=~/installdir

0 commit comments

Comments
 (0)