You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/QuickStart.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,17 @@ A Linux machine (CC7 or Ubuntu) or a Mac. See the O2 instructions below for the
25
25
26
26
## Setup
27
27
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
29
33
* 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.
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`.
39
39
*`aliBuild build O2Suite --defaults o2`
40
40
41
41
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