Skip to content

Commit 6032f18

Browse files
authored
Reorder and renumber the quickstart steps.
1 parent 340b4b5 commit 6032f18

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

doc/QuickStart.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ A Linux machine (CC7 or Ubuntu) or a Mac. See the O2 instructions below for the
2525

2626
## Setup
2727

28-
2. Install O2
28+
1. Install GLFW to have GUIs in the DPL (optional, DPL GUIs do not work in containers nor over SSH).
29+
* On CC7 : `sudo yum install glfw-devel --enablerepo=epel`
30+
* On Mac : `brew install glfw`
31+
32+
1. Install O2
2933
* We use alibuild, see complete instructions [here](https://alice-doc.github.io/alice-analysis-tutorial/building/). We strongly encourage users to follow the instructions for a __manual__ installation.
3034

31-
3. Prepare the QualityControl development package
35+
2. Prepare the QualityControl development package
3236
* `aliBuild init QualityControl@master --defaults o2`
3337

34-
4. Install GLFW to have GUIs in the DPL (optional, DPL GUIs do not work in containers nor over SSH).
35-
* On CC7 : `sudo yum install glfw-devel --enablerepo=epel`
36-
* On Mac : `brew install glfw`
37-
38-
5. Build/install the QualityControl, its GUI (qcg) and the readout. The simplest is to use the metapackage `O2Suite`.
38+
4. Build/install the QualityControl, its GUI (qcg) and the readout. The simplest is to use the metapackage `O2Suite`.
3939
* `aliBuild build O2Suite --defaults o2`
4040

4141
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.

0 commit comments

Comments
 (0)