Skip to content

Commit 9c2cfaf

Browse files
authored
replace flpproto with o2suite (FLPPROT-120) (#201)
1 parent 2ad2ae3 commit 9c2cfaf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/QuickStart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ A Linux machine (CC7 or Ubuntu) or a Mac. See the O2 instructions below for the
3333
* On CC7 : `sudo yum install glfw-devel --enablerepo=epel`
3434
* On Mac : `brew install glfw`
3535

36-
5. Build/install the QualityControl, its GUI (qcg) and the readout. The simplest is to use the metapackage `flpproto`.
37-
* `aliBuild build flpproto --defaults o2`
36+
5. Build/install the QualityControl, its GUI (qcg) and the readout. The simplest is to use the metapackage `O2Suite`.
37+
* `aliBuild build O2Suite --defaults o2`
3838

39-
At this point you might encounter a message about missing system requirements. Run `aliDoctor flpproto` to get a full information about what is missing and how to install it.
39+
At this point you might encounter a message about missing system requirements. Run `aliDoctor O2Suite` to get a full information about what is missing and how to install it.
4040

4141
Note : on non-CC7 systems, you can also use the alibuild "defaults" called `o2-dataflow` to avoid building simulation related packages.
4242

4343
### Environment loading
4444

45-
Whenever you want to work with O2 and QualityControl, do either `alienv enter flpproto/latest` or `alienv load flpproto/latest`.
45+
Whenever you want to work with O2 and QualityControl, do either `alienv enter O2Suite/latest` or `alienv load O2Suite/latest`.
4646

4747
## Execution
4848

0 commit comments

Comments
 (0)